/*-------------------------------------
 * Carousel style
 -------------------------------------*/
.default-carousel {
    margin-bottom: 0;
}

.no-touch-device .owl-carousel .owl-prev:hover,
.no-touch-device .owl-carousel .owl-next:hover,
.no-touch-device .owl-carousel .prev:hover,
.no-touch-device .owl-carousel .next:hover,
.no-touch-device .slides-navigation .owl-prev:hover,
.no-touch-device .slides-navigation .owl-next:hover,
.no-touch-device .slides-navigation .prev:hover,
.no-touch-device .slides-navigation .next:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
}

.owl-carousel {
    overflow: hidden;
}

.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-nav .prev,
.owl-nav .next,
.slides-navigation .owl-prev,
.slides-navigation .owl-next,
.slides-navigation .prev,
.slides-navigation .next {
    color: #ffffff;
    font-size: 28px;
    font-size: 2.8rem;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 50%;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    z-index: 3;
}

@media screen and (min-width: 992px) {
    .owl-nav .owl-prev,
    .owl-nav .owl-next,
    .owl-nav .prev,
    .owl-nav .next,
    .slides-navigation .owl-prev,
    .slides-navigation .owl-next,
    .slides-navigation .prev,
    .slides-navigation .next {
        width: 50px;
        height: 68px;
        margin-top: -34px;
    }
}

@media screen and (max-width: 992px) {
    .owl-nav .owl-prev,
    .owl-nav .owl-next,
    .owl-nav .prev,
    .owl-nav .next,
    .slides-navigation .owl-prev,
    .slides-navigation .owl-next,
    .slides-navigation .prev,
    .slides-navigation .next {
        width: 40px;
        height: 50px;
        margin-top: -25px;
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i,
.owl-nav .prev i,
.owl-nav .next i,
.slides-navigation .owl-prev i,
.slides-navigation .owl-next i,
.slides-navigation .prev i,
.slides-navigation .next i {
    top: 20px;
    position: absolute;
}

@media screen and (max-width: 992px) {
    .owl-nav .owl-prev i,
    .owl-nav .owl-next i,
    .owl-nav .prev i,
    .owl-nav .next i,
    .slides-navigation .owl-prev i,
    .slides-navigation .owl-next i,
    .slides-navigation .prev i,
    .slides-navigation .next i {
        top: 17px;
    }
}

@media screen and (max-width: 480px) {
    .owl-nav .owl-prev i,
    .owl-nav .owl-next i,
    .owl-nav .prev i,
    .owl-nav .next i,
    .slides-navigation .owl-prev i,
    .slides-navigation .owl-next i,
    .slides-navigation .prev i,
    .slides-navigation .next i {
        top: 18px;
        font-size: 20px;
        font-size: 2rem;
    }
}

.owl-nav .owl-prev:hover i,
.owl-nav .owl-prev:focus i,
.owl-nav .owl-prev:active i,
.owl-nav .owl-next:hover i,
.owl-nav .owl-next:focus i,
.owl-nav .owl-next:active i,
.owl-nav .prev:hover i,
.owl-nav .prev:focus i,
.owl-nav .prev:active i,
.owl-nav .next:hover i,
.owl-nav .next:focus i,
.owl-nav .next:active i,
.slides-navigation .owl-prev:hover i,
.slides-navigation .owl-prev:focus i,
.slides-navigation .owl-prev:active i,
.slides-navigation .owl-next:hover i,
.slides-navigation .owl-next:focus i,
.slides-navigation .owl-next:active i,
.slides-navigation .prev:hover i,
.slides-navigation .prev:focus i,
.slides-navigation .prev:active i,
.slides-navigation .next:hover i,
.slides-navigation .next:focus i,
.slides-navigation .next:active i {
    color: #ffffff;
}

.owl-nav .owl-prev,
.owl-nav .prev,
.slides-navigation .owl-prev,
.slides-navigation .prev {
    left: 0;
}

.owl-nav .owl-prev i,
.owl-nav .prev i,
.slides-navigation .owl-prev i,
.slides-navigation .prev i {
    left: 20px;
}

.owl-nav .owl-next,
.owl-nav .next,
.slides-navigation .owl-next,
.slides-navigation .next {
    right: 0;
}

.owl-nav .owl-next i,
.owl-nav .next i,
.slides-navigation .owl-next i,
.slides-navigation .next i {
    right: 20px;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
}

.owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    margin: 0 4px;
    border-radius: 50%;
    border: solid 1px transparent;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-dots .owl-dot:before {
    width: 6px;
    height: 6px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    background: #ffffff;
    border-radius: 50%;
}

.owl-dots .owl-dot.active {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.3);
}

.owl-dots .owl-dot:hover {
    cursor: pointer;
    border-color: rgba(255, 255, 255, 0.2);
}

/*-------------------------------------
 * Testimonials carousel style
 -------------------------------------*/
.testimonials .et-icon-chat {
    font-size: 47px;
    font-size: 4.7rem;
}

.testimonials .title {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .5em;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 2.4em;
}

.testimonials .testimonial {
    padding: 0 30px 45px;
    max-width: 750px;
    margin: 0 auto 0.9em;
    position: relative;
}

.testimonials .testimonial:after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    position: absolute;
    bottom: 0;
    left: 30%;
}

.testimonials .client {
    font-size: 13px;
    font-size: 1.3rem;
}

/*-------------------------------------
 * Clients carousel style
 -------------------------------------*/
.client-carousel {
    overflow: visible;
}

.client-carousel .owl-item {
    display: table;
}

.client-carousel .carousel-item {
    display: table-cell;
    vertical-align: middle;
    background: #f0f0f0;
    padding: 20px;
    text-align: center;
    width: 100%;
    height: 170px;
}

@media screen and (max-width: 1200px) {
    .client-carousel .carousel-item {
        height: 140px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .client-carousel .carousel-item {
        height: 95px;
    }
}

.client-carousel .carousel-item img {
    max-width: 80px;
    display: inline-block;
}

.client-carousel .owl-dots {
    bottom: -60px;
}

.client-carousel .owl-dots .owl-dot:before {
    width: 6px;
    height: 6px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    background: #000000;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.client-carousel .owl-dots .owl-dot.active {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.25);
}

.client-carousel .owl-dots .owl-dot.active:before {
    background: rgba(0, 0, 0, 0.65);
}

.client-carousel .owl-dots .owl-dot:hover {
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0.25);
}

.client-item {
    margin-bottom: 30px;
}

.client-item a {
    display: table-cell;
    vertical-align: middle;
    background: #f0f0f0;
    padding: 20px;
    text-align: center;
    width: 100%;
    height: 170px;
}

@media screen and (max-width: 1200px) {
    .client-item a {
        height: 140px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .client-item a {
        height: 95px;
    }
}

.client-item a img {
    max-width: 80px;
    display: inline-block;
}

/*-------------------------------------
 * Layer animation
 -------------------------------------*/
.layers img {
    position: relative;
    z-index: 1;
}

.layers .layer {
    display: block;
    position: absolute;
    z-index: 1;
    max-width: 90%;
}

[data-layer-animation] {
    visibility: hidden;
}

.animated[data-layer-animation] {
    visibility: visible;
    z-index: 0;
}

/*-------------------------------------
 * Promo photo block style
 -------------------------------------*/
.promo-photo-block {
    display: inline-block;
    position: relative;
    margin: 2.9em 0 2.8em;
}

.promo-photo-block:after {
    display: block;
    content: "";
    height: 1px;
    background: -webkit-radial-gradient(center, ellipse, #6a6466 62%, #f4f4f4 71%);
    background: radial-gradient(ellipse at center, #6a6466 62%, #f4f4f4 71%);
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px black;
    top: auto;
    bottom: -1px;
    left: 5px;
    right: 5px;
}

.promo-photo-block .promo-photo-block-wrapper {
    padding: 0 30px;
    overflow: hidden;
}

.promo-photo-block .promo-photo-block-wrapper > div {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.5);
}

.promo-photo-block .promo-photo-block-wrapper > div img {
    max-width: 100%;
}

.promo-photo-block .block-2 {
    z-index: 10;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 992px) {
    .promo-photo-block .block-2 {
        max-width: 110px;
        max-height: 110px;
    }
}

@media screen and (max-width: 768px) {
    .promo-photo-block .block-2 {
        max-width: 60px;
        max-height: 60px;
    }
}

.promo-photo-block .block-1 {
    margin-left: -55px;
    z-index: 20;
}

@media screen and (max-width: 992px) {
    .promo-photo-block .block-1 {
        max-width: 120px;
        max-height: 120px;
    }
}

@media screen and (max-width: 768px) {
    .promo-photo-block .block-1 {
        max-width: 70px;
        max-height: 70px;
        margin-left: -35px;
    }
}

.promo-photo-block .block0 {
    margin-left: -44px;
    margin-right: -45px;
    z-index: 30;
}

@media screen and (max-width: 992px) {
    .promo-photo-block .block0 {
        max-width: 150px;
        max-height: 150px;
    }
}

@media screen and (max-width: 768px) {
    .promo-photo-block .block0 {
        max-width: 90px;
        max-height: 90px;
        margin-left: -35px;
        margin-right: -35px;
    }
}

.promo-photo-block .block1 {
    margin-right: -55px;
    z-index: 20;
}

@media screen and (max-width: 992px) {
    .promo-photo-block .block1 {
        max-width: 120px;
        max-height: 120px;
    }
}

@media screen and (max-width: 768px) {
    .promo-photo-block .block1 {
        max-width: 70px;
        max-height: 70px;
        margin-right: -35px;
    }
}

.promo-photo-block .block2 {
    z-index: 10;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 992px) {
    .promo-photo-block .block2 {
        max-width: 110px;
        max-height: 110px;
    }
}

@media screen and (max-width: 768px) {
    .promo-photo-block .block2 {
        max-width: 60px;
        max-height: 60px;
    }
}

.promo-photo-block .promo-photo-block-wrapper {
    width: 160%;
    margin-left: -30%;
    text-align: center;
}

/*-------------------------------------
 * Portfolio style
 -------------------------------------*/
.portfolio-filter {
    padding: 2.6em 0 2.1em;
    background: #f4f4f4;
    position: relative;
}

.portfolio-filter .btn {
    margin: 0 3px 10px;
}

.portfolio-list {
    margin: 0;
    display: block;
    width: 100%;
}

.portfolio-list.masonry .portfolio-item,
.portfolio-list.masonry .grid-sizer {
    width: 25%;
}

.portfolio-list.masonry .portfolio-item.large,
.portfolio-list.masonry .grid-sizer.large {
    width: 50%;
}

@media (max-width: 480px) {
    .portfolio-list.masonry .portfolio-item,
    .portfolio-list.masonry .grid-sizer {
        width: 50%;
    }

    .portfolio-list.masonry .portfolio-item.large,
    .portfolio-list.masonry .grid-sizer.large {
        width: 100%;
    }
}

.portfolio-list.four-column .portfolio-item,
.portfolio-list.four-column .grid-sizer {
    width: 25%;
}

@media (max-width: 768px) {
    .portfolio-list.four-column .portfolio-item,
    .portfolio-list.four-column .grid-sizer {
        width: 33.33333%;
    }
}

@media (max-width: 480px) {
    .portfolio-list.four-column .portfolio-item,
    .portfolio-list.four-column .grid-sizer {
        width: 50%;
    }
}

.portfolio-list.three-column .portfolio-item,
.portfolio-list.three-column .grid-sizer {
    width: 33.33333%;
}

@media (max-width: 480px) {
    .portfolio-list.three-column .portfolio-item,
    .portfolio-list.three-column .grid-sizer {
        width: 50%;
    }
}

.portfolio-list.two-column .portfolio-item,
.portfolio-list.two-column .grid-sizer {
    width: 50%;
}

@media (max-width: 480px) {
    .portfolio-list.two-column .portfolio-item,
    .portfolio-list.two-column .grid-sizer {
        width: 100%;
    }
}

.portfolio-list.paralax .portfolio-item {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: static;
}

.portfolio-list.paralax .portfolio-item:hover {
    cursor: default;
}

@media (max-width: 992px) {
    .portfolio-list.paralax .portfolio-item {
        height: 420px;
    }
}

@media (max-width: 768px) {
    .portfolio-list.paralax .portfolio-item {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .portfolio-list.paralax .portfolio-item {
        height: 200px;
        background-attachment: scroll;
        background-size: cover;
    }
}

.portfolio-list.paralax .portfolio-item .info-wrapper {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.7);
}

.portfolio-list.paralax .portfolio-item .info-wrapper .title {
    position: static;
    opacity: 1;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: .4em;
    margin-bottom: 35px;
}

@media (max-width: 480px) {
    .portfolio-list.paralax .portfolio-item .info-wrapper .title {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

.portfolio-list.paralax .portfolio-item .info-wrapper .title:hover {
    cursor: default;
}

.portfolio-list.paralax .portfolio-item a {
    display: inline-block;
    width: auto;
    height: auto;
}

.portfolio-list.paralax .portfolio-item:before,
.portfolio-list.paralax .portfolio-item:after {
    display: none !important;
}

@media (max-width: 480px) {
    .portfolio-list.paralax .portfolio-item {
        width: 100%;
    }
}

.portfolio-item {
    display: block;
    float: left;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 1;
}

.portfolio-item.opacity {
    opacity: .6;
}

.portfolio-item a {
    position: relative;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
}

.portfolio-item a:before,
.portfolio-item a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.portfolio-item a:before {
    background: rgba(26, 27, 29, 0.3);
    opacity: 1;
}

.portfolio-item a:after {
    top: 50%;
    opacity: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    /* IE6-8 */
}

.portfolio-item a:hover:before {
    opacity: 0;
}

.portfolio-item a:hover:after {
    opacity: 1;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item .info-container {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 992px) {
    .portfolio-item .info-container {
        bottom: 23px;
    }
}

@media screen and (max-width: 768px) {
    .portfolio-item .info-container {
        bottom: 17px;
    }
}

@media screen and (max-width: 480px) {
    .portfolio-item .info-container {
        bottom: 10px;
    }
}

.portfolio-item .title,
.portfolio-item .category {
    position: relative;
    text-align: center;
    color: #ffffff;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-item .title:hover,
.portfolio-item .category:hover {
    cursor: pointer;
}

.portfolio-item .title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    top: -10px;
    opacity: 0;
}

.portfolio-item .category {
    font-size: 13px;
    font-size: 1.3rem;
    opacity: .7;
    font-weight: 400;
    bottom: -10px;
    opacity: 0;
}

.portfolio-item:hover .title {
    top: 0;
    opacity: 1;
}

.portfolio-item:hover .category {
    bottom: 0;
    opacity: 1;
}

@media screen and (max-width: 1025px) {
    .portfolio-item .title {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .portfolio-item .category {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4;
    }
}

.mfp-bg.white-bg {
    background: #f4f4f4;
    opacity: 1;
}

.mfp-container {
    padding: 0;
}

.work-full-detail {
    text-transform: uppercase;
}

.work-full-detail p {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .1em;
}

.work-full-detail b {
    font-weight: 400;
}

.work-navigation {
    border-bottom: solid 1px #e3e3e3;
}

.work-navigation.footer a i {
    position: relative;
    top: -1px;
}

.work-navigation a {
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
    color: #000000;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    letter-spacing: .1em;
    padding: 1.3em 0.7em;
    display: block;
}

.work-navigation a:hover,
.work-navigation a:active,
.work-navigation a:focus {
    text-decoration: none;
    opacity: .8;
}

.work-navigation a i {
    position: relative;
    top: 1px;
}

@media screen and (max-width: 768px) {
    .work-navigation a i {
        top: -1px;
    }
}

.owl-item .portfolio-item {
    width: 100%;
}

/*-------------------------------------
 * Counter style
 -------------------------------------*/
.couner-item {
    color: #000000;
}

@media screen and (max-width: 768px) {
    .couner-item {
        margin-bottom: 40px !important;
    }
}

.couner-item .count-info {
    padding-left: 29px;
    position: relative;
    top: -13px;
}

@media screen and (max-width: 992px) {
    .couner-item .count-info {
        padding-left: 20px;
    }
}

.couner-item .count {
    text-transform: uppercase;
    font-size: 42px;
    font-size: 4.2rem;
    letter-spacing: .1em;
    line-height: 1;
    margin-bottom: 5px;
}

@media screen and (max-width: 992px) {
    .couner-item .count {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

.couner-item .title {
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .1em;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .couner-item .title {
        font-size: 10px;
        font-size: 1rem;
    }
}

.couner-item .icon-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #000000;
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 992px) {
    .couner-item .icon-box {
        min-width: 45px;
        min-height: 45px;
        width: 45px;
        height: 45px;
        font-size: 12px;
    }
}

.couner-item .icon-box * {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.couner-item .icon-box .fa-send {
    position: relative;
    top: -1px;
    left: -2px;
}

/*-------------------------------------
 * Contact style
 -------------------------------------*/
.msg {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin-top: 10px;
    margin-bottom: -20px;
}

.msg.show {
    opacity: 1;
}

.newsletter-block input[type="text"] {
    width: 37%;
    border-color: #d7d7d7;
    display: inline-block;
    margin-right: 5px;
}

@media screen and (max-width: 480px) {
    .newsletter-block input[type="text"] {
        width: 70%;
        display: block;
        margin: 0 auto 20px;
    }
}

.contact-item {
    display: inline-block;
    width: 300px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .contact-item {
        margin-bottom: 40px;
    }
}

.contact-item .icon-wrapper {
    display: inline-block;
    margin-bottom: 24px;
}

.contact-item .icon-box {
    background: #111111;
    color: #ffffff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #000;
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-item .icon-box i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contact-item .title {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 400;
}

.map-block {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.map-block a {
    padding: 36px 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .3em;
    color: #ffffff;
    display: block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 768px) {
    .map-block a {
        padding: 24px 0;
    }
}

.map-block a:hover,
.map-block a:focus,
.map-block a:active {
    text-decoration: none;
    color: #ffffff;
}

.map-block a.close-map {
    display: none;
    font-weight: 400;
}

.map-content {
    position: absolute;
    top: 94px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

@media screen and (max-width: 768px) {
    .map-content {
        top: 66px;
    }
}

#map-canvas {
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1px;
    z-index: -2;
    width: 100%;
}

.map-section {
    overflow: hidden;
}

.map-section.style-2 #map-canvas {
    z-index: 1;
}

.map-section.style-2 .map-block {
    left: 15px;
}

.map-section.style-2 .map-block:before {
    display: none;
}

@media (max-width: 768px) {
    .map-section.style-2 .map-block {
        position: relative !important;
        height: 300px;
        margin-top: -3.455em;
        left: 0;
    }
}

.map-section.style-2 .container {
    position: static;
}

.map-section .map-block:before {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
    content: "";
    display: block;
    background: #191919;
    opacity: .9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.map-section .container {
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
    opacity: 1;
}

.map-section.open .map-block a {
    color: #000000;
}

.map-section.open .map-block a.close-map {
    display: block;
}

.map-section.open .map-block a.open-map {
    display: none;
}

.map-section.open .map-block:before {
    bottom: 100%;
}

.map-section.open .map-content {
    top: 100%;
}

.map-section.open .container {
    opacity: 0;
}

/*-------------------------------------
 * Pricing
 -------------------------------------*/
.pricing-item {
    max-width: 300px;
    width: 100%;
    padding: 50px 10px;
    display: inline-block;
    margin: 0 15px 30px;
}

.pricing-item.style-1 ul {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing-item.style-1:hover ul {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pricing-item.style-3 {
    padding: 50px 10px 0;
    border: solid 1px #222;
    text-decoration: none;
    color: #222;
}

.pricing-item.style-3 .price-box {
    border-color: transparent;
}

.pricing-item.style-3 ul {
    margin-bottom: 10px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing-item.style-3 .price-box {
    padding: 15px 0 10px;
    margin: 25px -10px 0;
    background-color: #222;
    color: #fff;
}

.pricing-item.style-3 .price-box .price {
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 5px;
}

.pricing-item.style-3 .icon,
.pricing-item.style-3 .title {
    position: relative;
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pricing-item.style-3:hover .icon {
    top: -20px;
}

.pricing-item.style-3:hover .title {
    top: -5px;
}

.pricing-item.style-3:hover ul {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pricing-item.transparent {
    border: solid 1px #222;
}

.pricing-item.transparent .price-box {
    border-color: transparent;
}

.pricing-item.dark {
    background: #222;
}

.pricing-item.dark * {
    color: #fff;
}

.pricing-item.dark .price-box {
    border-color: #fff;
}

.pricing-item.dark .btn-primary.btn-inverted {
    background: #fff;
    color: #222;
}

.pricing-item.dark.style-1 {
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.pricing-item.dark.style-1:before,
.pricing-item.dark.style-1:after {
    width: 100%;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
    left: 0;
}

.pricing-item.dark.style-1:before {
    top: -10px;
}

.pricing-item.dark.style-1:after {
    bottom: -10px;
}

.pricing-item.dark.style-1:hover:before {
    top: 0;
}

.pricing-item.dark.style-1:hover:after {
    bottom: 0;
}

.pricing-item.white {
    background: #fff;
}

.pricing-item.white *:not(.btn) {
    color: #222;
}

.pricing-item.white .price-box {
    border-color: #222;
}

.pricing-item.white.style-1 {
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.pricing-item.white.style-1:before,
.pricing-item.white.style-1:after {
    width: 100%;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #222;
    left: 0;
}

.pricing-item.white.style-1:before {
    top: -10px;
}

.pricing-item.white.style-1:after {
    bottom: -10px;
}

.pricing-item.white.style-1:hover:before {
    top: 0;
}

.pricing-item.white.style-1:hover:after {
    bottom: 0;
}

.pricing-item .icon-box
.price-box {
    display: inline-block;
    border: solid 1px #222;
    min-width: 130px;
    padding: 23px 10px 20px;
}

.pricing-item .icon-box
.price-box .price {
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 5px;
}

.pricing-item .icon-box
.price-box .per {
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
}

.pricing-item .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: .2em;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 400;
}

.pricing-item ul {
    margin-bottom: 45px;
}

.pricing-item ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.pricing-item ul li.through {
    text-decoration: line-through;
}

/*-------------------------------------
 * features style 1
 -------------------------------------*/
.features-list {
    display: table;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.features-item {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #000000;
    border-top: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    width: calc(100% / 6);
}

.features-item:last-child {
    border-right: none;
}

.features-item:hover .features-icon:before,
.features-item:hover .features-icon:after {
    opacity: 1;
    top: 50%;
}

.features-item .features-icon {
    position: relative;
}

@media screen and (min-width: 1200px) {
    .features-item .features-icon {
        font-size: 50px;
        font-size: 5rem;
    }
}

.features-item .features-icon:before,
.features-item .features-icon:after {
    display: block;
    content: "";
    width: 30px;
    height: 5px;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    -webkit-transform: skewX(55deg);
    -ms-transform: skewX(55deg);
    transform: skewX(55deg);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.features-item .features-icon:before {
    left: -45px;
}

.features-item .features-icon:after {
    right: -45px;
}

.features-item .title {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .1em;
    font-weight: 400;
    margin-top: 1.65em;
}

@media screen and (max-width: 480px) {
    .features-item {
        display: inline-block;
        width: calc(100% / (6 / 2));
        margin-right: -4px;
    }

    .features-item .align {
        height: 50%;
        margin-top: 25%;
    }

    .features-item:nth-child(3) {
        border-right: none;
    }

    .features-item .features-icon {
        font-size: 39px;
        font-size: 3.9rem;
    }

    .features-item .features-icon:before,
    .features-item .features-icon:after {
        display: none;
    }

    .features-item .title {
        font-size: 10px;
        font-size: 1rem;
        padding: 0 10px;
        margin-top: 0;
    }
}

@media screen and (min-width: 480px) {
    .features-item {
        display: inline-block;
        width: calc(100% / (6 / 2));
        margin-right: -4px;
    }

    .features-item .align {
        height: 50%;
        margin-top: 25%;
    }

    .features-item:nth-child(3) {
        border-right: none;
    }

    .features-item .features-icon {
        font-size: 39px;
        font-size: 3.9rem;
    }

    .features-item .features-icon:before,
    .features-item .features-icon:after {
        display: none;
    }

    .features-item .title {
        font-size: 10px;
        font-size: 1rem;
        padding: 0 10px;
    }
}

@media screen and (min-width: 768px) {
    .features-item {
        width: calc(100% / 6);
        display: table-cell;
    }

    .features-item .align {
        height: auto;
        margin-top: 0;
    }

    .features-item:nth-child(3) {
        border-top: solid 1px #e3e3e3;
        border-right: solid 1px #e3e3e3;
    }

    .features-item .features-icon {
        font-size: 25px;
        font-size: 2.5rem;
    }

    .features-item .features-icon:before,
    .features-item .features-icon:after {
        display: none;
    }

    .features-item .title {
        font-size: 10px;
        font-size: 1rem;
        padding: 0 10px;
    }
}

@media screen and (min-width: 992px) {
    .features-item {
        width: calc(100% / 6);
        display: table-cell;
    }

    .features-item:nth-child(3) {
        border-top: solid 1px #e3e3e3;
        border-right: solid 1px #e3e3e3;
    }

    .features-item .features-icon {
        font-size: 35px;
        font-size: 3.5rem;
    }

    .features-item .features-icon:before,
    .features-item .features-icon:after {
        width: 23px;
        display: block;
    }

    .features-item .features-icon:before {
        left: -38px;
    }

    .features-item .features-icon:after {
        right: -38px;
    }

    .features-item .title {
        font-size: 10px;
        font-size: 1rem;
    }
}

@media screen and (min-width: 1200px) {
    .features-item {
        width: calc(100% / 6);
        display: table-cell;
    }

    .features-item:nth-child(3) {
        border-top: solid 1px #e3e3e3;
        border-right: solid 1px #e3e3e3;
    }
}

.touch-device .features-item .features-icon:before,
.touch-device .features-item .features-icon:after {
    display: none;
}

.feature-box .feature-box-icon {
    font-size: 30px;
    font-size: 3rem;
    float: left;
}

.feature-box .feature-box-info {
    padding-left: 50px;
}

.feature-box .feature-box-info .title {
    text-transform: uppercase;
    letter-spacing: .19em;
}

.feature-box .feature-box-info .tall {
    font-size: 14px;
    font-size: 1.4rem;
}

.skill {
    clear: both;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .skill {
        overflow: visible;
    }
}

@media screen and (max-width: 480px) {
    .skill {
        overflow: visible;
    }
}

.skill .title {
    font-size: 13px;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.4);
    float: left;
    width: 150px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .skill .title {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .skill .title {
        width: 130px;
    }
}

@media screen and (max-width: 480px) {
    .skill .title {
        width: 100%;
        float: none;
    }
}

.skill .skill-progress-bar {
    position: absolute;
    top: 50%;
    left: 150px;
    float: left;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    width: 100%;
    max-width: 0;
    -webkit-transition: max-width 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: max-width 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .skill .skill-progress-bar {
        position: relative;
        top: auto;
        left: auto;
        float: none;
    }
}

@media screen and (max-width: 992px) {
    .skill .skill-progress-bar:before {
        top: -9px;
    }
}

@media screen and (max-width: 768px) {
    .skill .skill-progress-bar:before {
        top: -7px;
    }
}

@media screen and (max-width: 480px) {
    .skill .skill-progress-bar {
        position: relative;
        top: auto;
        left: auto;
        float: none;
    }

    .skill .skill-progress-bar:before {
        top: -6px;
        margin-left: 5px;
    }
}

.skill .skill-progress-bar[data-progress-animation="1"].animated {
    max-width: calc(250px / 100 * 1);
}

.skill .skill-progress-bar[data-progress-animation="2"].animated {
    max-width: calc(250px / 100 * 2);
}

.skill .skill-progress-bar[data-progress-animation="3"].animated {
    max-width: calc(250px / 100 * 3);
}

.skill .skill-progress-bar[data-progress-animation="4"].animated {
    max-width: calc(250px / 100 * 4);
}

.skill .skill-progress-bar[data-progress-animation="5"].animated {
    max-width: calc(250px / 100 * 5);
}

.skill .skill-progress-bar[data-progress-animation="6"].animated {
    max-width: calc(250px / 100 * 6);
}

.skill .skill-progress-bar[data-progress-animation="7"].animated {
    max-width: calc(250px / 100 * 7);
}

.skill .skill-progress-bar[data-progress-animation="8"].animated {
    max-width: calc(250px / 100 * 8);
}

.skill .skill-progress-bar[data-progress-animation="9"].animated {
    max-width: calc(250px / 100 * 9);
}

.skill .skill-progress-bar[data-progress-animation="10"].animated {
    max-width: calc(250px / 100 * 10);
}

.skill .skill-progress-bar[data-progress-animation="11"].animated {
    max-width: calc(250px / 100 * 11);
}

.skill .skill-progress-bar[data-progress-animation="12"].animated {
    max-width: calc(250px / 100 * 12);
}

.skill .skill-progress-bar[data-progress-animation="13"].animated {
    max-width: calc(250px / 100 * 13);
}

.skill .skill-progress-bar[data-progress-animation="14"].animated {
    max-width: calc(250px / 100 * 14);
}

.skill .skill-progress-bar[data-progress-animation="15"].animated {
    max-width: calc(250px / 100 * 15);
}

.skill .skill-progress-bar[data-progress-animation="16"].animated {
    max-width: calc(250px / 100 * 16);
}

.skill .skill-progress-bar[data-progress-animation="17"].animated {
    max-width: calc(250px / 100 * 17);
}

.skill .skill-progress-bar[data-progress-animation="18"].animated {
    max-width: calc(250px / 100 * 18);
}

.skill .skill-progress-bar[data-progress-animation="19"].animated {
    max-width: calc(250px / 100 * 19);
}

.skill .skill-progress-bar[data-progress-animation="20"].animated {
    max-width: calc(250px / 100 * 20);
}

.skill .skill-progress-bar[data-progress-animation="21"].animated {
    max-width: calc(250px / 100 * 21);
}

.skill .skill-progress-bar[data-progress-animation="22"].animated {
    max-width: calc(250px / 100 * 22);
}

.skill .skill-progress-bar[data-progress-animation="23"].animated {
    max-width: calc(250px / 100 * 23);
}

.skill .skill-progress-bar[data-progress-animation="24"].animated {
    max-width: calc(250px / 100 * 24);
}

.skill .skill-progress-bar[data-progress-animation="25"].animated {
    max-width: calc(250px / 100 * 25);
}

.skill .skill-progress-bar[data-progress-animation="26"].animated {
    max-width: calc(250px / 100 * 26);
}

.skill .skill-progress-bar[data-progress-animation="27"].animated {
    max-width: calc(250px / 100 * 27);
}

.skill .skill-progress-bar[data-progress-animation="28"].animated {
    max-width: calc(250px / 100 * 28);
}

.skill .skill-progress-bar[data-progress-animation="29"].animated {
    max-width: calc(250px / 100 * 29);
}

.skill .skill-progress-bar[data-progress-animation="30"].animated {
    max-width: calc(250px / 100 * 30);
}

.skill .skill-progress-bar[data-progress-animation="31"].animated {
    max-width: calc(250px / 100 * 31);
}

.skill .skill-progress-bar[data-progress-animation="32"].animated {
    max-width: calc(250px / 100 * 32);
}

.skill .skill-progress-bar[data-progress-animation="33"].animated {
    max-width: calc(250px / 100 * 33);
}

.skill .skill-progress-bar[data-progress-animation="34"].animated {
    max-width: calc(250px / 100 * 34);
}

.skill .skill-progress-bar[data-progress-animation="35"].animated {
    max-width: calc(250px / 100 * 35);
}

.skill .skill-progress-bar[data-progress-animation="36"].animated {
    max-width: calc(250px / 100 * 36);
}

.skill .skill-progress-bar[data-progress-animation="37"].animated {
    max-width: calc(250px / 100 * 37);
}

.skill .skill-progress-bar[data-progress-animation="38"].animated {
    max-width: calc(250px / 100 * 38);
}

.skill .skill-progress-bar[data-progress-animation="39"].animated {
    max-width: calc(250px / 100 * 39);
}

.skill .skill-progress-bar[data-progress-animation="40"].animated {
    max-width: calc(250px / 100 * 40);
}

.skill .skill-progress-bar[data-progress-animation="41"].animated {
    max-width: calc(250px / 100 * 41);
}

.skill .skill-progress-bar[data-progress-animation="42"].animated {
    max-width: calc(250px / 100 * 42);
}

.skill .skill-progress-bar[data-progress-animation="43"].animated {
    max-width: calc(250px / 100 * 43);
}

.skill .skill-progress-bar[data-progress-animation="44"].animated {
    max-width: calc(250px / 100 * 44);
}

.skill .skill-progress-bar[data-progress-animation="45"].animated {
    max-width: calc(250px / 100 * 45);
}

.skill .skill-progress-bar[data-progress-animation="46"].animated {
    max-width: calc(250px / 100 * 46);
}

.skill .skill-progress-bar[data-progress-animation="47"].animated {
    max-width: calc(250px / 100 * 47);
}

.skill .skill-progress-bar[data-progress-animation="48"].animated {
    max-width: calc(250px / 100 * 48);
}

.skill .skill-progress-bar[data-progress-animation="49"].animated {
    max-width: calc(250px / 100 * 49);
}

.skill .skill-progress-bar[data-progress-animation="50"].animated {
    max-width: calc(250px / 100 * 50);
}

.skill .skill-progress-bar[data-progress-animation="51"].animated {
    max-width: calc(250px / 100 * 51);
}

.skill .skill-progress-bar[data-progress-animation="52"].animated {
    max-width: calc(250px / 100 * 52);
}

.skill .skill-progress-bar[data-progress-animation="53"].animated {
    max-width: calc(250px / 100 * 53);
}

.skill .skill-progress-bar[data-progress-animation="54"].animated {
    max-width: calc(250px / 100 * 54);
}

.skill .skill-progress-bar[data-progress-animation="55"].animated {
    max-width: calc(250px / 100 * 55);
}

.skill .skill-progress-bar[data-progress-animation="56"].animated {
    max-width: calc(250px / 100 * 56);
}

.skill .skill-progress-bar[data-progress-animation="57"].animated {
    max-width: calc(250px / 100 * 57);
}

.skill .skill-progress-bar[data-progress-animation="58"].animated {
    max-width: calc(250px / 100 * 58);
}

.skill .skill-progress-bar[data-progress-animation="59"].animated {
    max-width: calc(250px / 100 * 59);
}

.skill .skill-progress-bar[data-progress-animation="60"].animated {
    max-width: calc(250px / 100 * 60);
}

.skill .skill-progress-bar[data-progress-animation="61"].animated {
    max-width: calc(250px / 100 * 61);
}

.skill .skill-progress-bar[data-progress-animation="62"].animated {
    max-width: calc(250px / 100 * 62);
}

.skill .skill-progress-bar[data-progress-animation="63"].animated {
    max-width: calc(250px / 100 * 63);
}

.skill .skill-progress-bar[data-progress-animation="64"].animated {
    max-width: calc(250px / 100 * 64);
}

.skill .skill-progress-bar[data-progress-animation="65"].animated {
    max-width: calc(250px / 100 * 65);
}

.skill .skill-progress-bar[data-progress-animation="66"].animated {
    max-width: calc(250px / 100 * 66);
}

.skill .skill-progress-bar[data-progress-animation="67"].animated {
    max-width: calc(250px / 100 * 67);
}

.skill .skill-progress-bar[data-progress-animation="68"].animated {
    max-width: calc(250px / 100 * 68);
}

.skill .skill-progress-bar[data-progress-animation="69"].animated {
    max-width: calc(250px / 100 * 69);
}

.skill .skill-progress-bar[data-progress-animation="70"].animated {
    max-width: calc(250px / 100 * 70);
}

.skill .skill-progress-bar[data-progress-animation="71"].animated {
    max-width: calc(250px / 100 * 71);
}

.skill .skill-progress-bar[data-progress-animation="72"].animated {
    max-width: calc(250px / 100 * 72);
}

.skill .skill-progress-bar[data-progress-animation="73"].animated {
    max-width: calc(250px / 100 * 73);
}

.skill .skill-progress-bar[data-progress-animation="74"].animated {
    max-width: calc(250px / 100 * 74);
}

.skill .skill-progress-bar[data-progress-animation="75"].animated {
    max-width: calc(250px / 100 * 75);
}

.skill .skill-progress-bar[data-progress-animation="76"].animated {
    max-width: calc(250px / 100 * 76);
}

.skill .skill-progress-bar[data-progress-animation="77"].animated {
    max-width: calc(250px / 100 * 77);
}

.skill .skill-progress-bar[data-progress-animation="78"].animated {
    max-width: calc(250px / 100 * 78);
}

.skill .skill-progress-bar[data-progress-animation="79"].animated {
    max-width: calc(250px / 100 * 79);
}

.skill .skill-progress-bar[data-progress-animation="80"].animated {
    max-width: calc(250px / 100 * 80);
}

.skill .skill-progress-bar[data-progress-animation="81"].animated {
    max-width: calc(250px / 100 * 81);
}

.skill .skill-progress-bar[data-progress-animation="82"].animated {
    max-width: calc(250px / 100 * 82);
}

.skill .skill-progress-bar[data-progress-animation="83"].animated {
    max-width: calc(250px / 100 * 83);
}

.skill .skill-progress-bar[data-progress-animation="84"].animated {
    max-width: calc(250px / 100 * 84);
}

.skill .skill-progress-bar[data-progress-animation="85"].animated {
    max-width: calc(250px / 100 * 85);
}

.skill .skill-progress-bar[data-progress-animation="86"].animated {
    max-width: calc(250px / 100 * 86);
}

.skill .skill-progress-bar[data-progress-animation="87"].animated {
    max-width: calc(250px / 100 * 87);
}

.skill .skill-progress-bar[data-progress-animation="88"].animated {
    max-width: calc(250px / 100 * 88);
}

.skill .skill-progress-bar[data-progress-animation="89"].animated {
    max-width: calc(250px / 100 * 89);
}

.skill .skill-progress-bar[data-progress-animation="90"].animated {
    max-width: calc(250px / 100 * 90);
}

.skill .skill-progress-bar[data-progress-animation="91"].animated {
    max-width: calc(250px / 100 * 91);
}

.skill .skill-progress-bar[data-progress-animation="92"].animated {
    max-width: calc(250px / 100 * 92);
}

.skill .skill-progress-bar[data-progress-animation="93"].animated {
    max-width: calc(250px / 100 * 93);
}

.skill .skill-progress-bar[data-progress-animation="94"].animated {
    max-width: calc(250px / 100 * 94);
}

.skill .skill-progress-bar[data-progress-animation="95"].animated {
    max-width: calc(250px / 100 * 95);
}

.skill .skill-progress-bar[data-progress-animation="96"].animated {
    max-width: calc(250px / 100 * 96);
}

.skill .skill-progress-bar[data-progress-animation="97"].animated {
    max-width: calc(250px / 100 * 97);
}

.skill .skill-progress-bar[data-progress-animation="98"].animated {
    max-width: calc(250px / 100 * 98);
}

.skill .skill-progress-bar[data-progress-animation="99"].animated {
    max-width: calc(250px / 100 * 99);
}

.skill .skill-progress-bar[data-progress-animation="100"].animated {
    max-width: calc(250px / 100 * 100);
}

.skill .skill-progress-bar:before {
    font-size: 11px;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.25);
    content: attr(data-progress-text);
    display: block;
    position: absolute;
    top: -10px;
    left: 100%;
    margin-left: 10px;
}

.skill.dark .title {
    color: rgba(0, 0, 0, 0.9);
}

.skill.dark .skill-progress-bar {
    background: rgba(0, 0, 0, 0.65);
}

.skill.dark .skill-progress-bar:before {
    color: rgba(0, 0, 0, 0.65);
}

/*-------------------------------------
 * Services style
 -------------------------------------*/
.service {
    display: inline-block;
    text-align: center;
    width: 18%;
    margin: 0 1%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .service {
        width: 17%;
    }
}

@media screen and (max-width: 768px) {
    .service {
        width: 100px;
    }
}

.service:first-child {
    margin-left: 0;
}

.service:last-child {
    margin-right: 0;
}

.service .icon-wrapper {
    display: inline-block;
}

.service .icon-box {
    width: 116px;
    height: 116px;
    border: solid 1px #000000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: table-cell;
    vertical-align: middle;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .service .icon-box {
        width: 70px;
        height: 70px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .service .icon-box {
        width: 55px;
        height: 55px;
    }
}

@media screen and (max-width: 768px) {
    .service .icon-box {
        width: 55px;
        height: 55px;
    }
}

.service .icon-box > * {
    font-size: 40px;
    font-size: 4rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .service .icon-box > * {
        font-size: 25px;
        font-size: 2.5rem;
        position: relative;
        top: 2px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .service .icon-box > * {
        font-size: 20px;
        font-size: 2rem;
        position: relative;
        top: 2px;
    }
}

@media screen and (max-width: 768px) {
    .service .icon-box > * {
        font-size: 20px;
        font-size: 2rem;
        position: relative;
        top: 2px;
    }
}

.service .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .1em;
    margin-top: 3.6em;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .service .title {
        margin-top: 2.6em;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .service .title {
        font-size: 10px;
        font-size: 1rem;
        margin-top: 1.6em;
    }
}

.alt-service-item {
    margin-bottom: 40px;
}

.alt-service-item .alt-service-icon {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1;
}

.alt-service-item .alt-service-icon span {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.alt-service-item .alt-service-title {
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.alt-service-item:hover .alt-service-icon span {
    position: relative;
    left: 40px;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.alt-service-item:hover .alt-service-title {
    opacity: 0;
}

.mfp-wrap.mfp-portfolio.mfp-ready {
    width: initial;
    height: initial;
    position: fixed;
    top: 45px;
    bottom: 45px;
    left: 45px;
    right: 45px;
    background-color: #FFF;
    opacity: 0.9;
}

.mfp-wrap.mfp-portfolio.mfp-ready::-webkit-scrollbar {
    width: 12px;
}

.mfp-wrap.mfp-portfolio.mfp-ready::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

.mfp-wrap.mfp-portfolio.mfp-ready::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.mfp-wrap.mfp-portfolio.mfp-ready::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

@media (max-width: 768px) {
    .mfp-wrap.mfp-portfolio.mfp-ready {
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
}

.mfp-wrap.mfp-portfolio.mfp-ready .mfp-container {
    padding: 0 10%;
}

.mfp-wrap.mfp-portfolio.mfp-ready .mfp-container .mfp-content {
    padding: 6.455em 0;
}

.mfp-wrap.mfp-portfolio.mfp-ready .mfp-container .mfp-close {
    color: #333;
    position: absolute;
    top: 2%;
    right: -11%;
}
