﻿@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,600,700,800');
body {
    font: 14px/22px 'Raleway', Arial, Helvetica, sans-serif;
    color: #6e6e6e;
    background-color: #222;
    padding: 0 !important;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    overflow: hidden;
    background-color: #fff;
}

.section-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 90px 0 120px;
}

.services .container,
.blog .container,
.pricing .container {
    padding: 90px 15px !important;
}

.about .container,
.team .container {
    padding: 90px 15px 112px !important;
}

.portfolio .container {
    padding: 90px 0 !important;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Boxed Body */

@media(min-width:1200px) {
    body.boxed header {
        max-width: 1220px;
    }
    body.boxed {
        background: url(../img/backgrounds/az_subtle.png);
        background-attachment: fixed;
    }
    body.boxed .wrapper {
        max-width: 1220px;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0px 3px 8px 7px #ccc;
    }
}

hr {
    margin-top: 25px;
}


/* Dark Body */

body.dark {
    color: #ccc;
}

body.dark p,
body.dark h1,
body.dark h2,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark .portfolio .caption h3,
body.dark .portfolio .nav-pills li {
    color: #eee;
}

body.dark.boxed .wrapper,
body.dark .wrapper,
body.dark ul.nav li.dropdown ul.dropdown-menu,
body.dark.auth-page,
body.dark .faq,
body.dark .shop-cart,
body.dark .shop-checkout,
body.dark .terms {
    background-color: #242424;
}

body.dark ul.nav li.dropdown ul.dropdown-menu li:first-child {
    padding-top:1px;
}

body.dark .panel.panel-default,
body.dark .panel.panel-default {
    border-color: #343434;
}

body.dark h4.panel-title a.collapsed,
body.dark .terms h3,
body.dark ul.nav li.dropdown ul.dropdown-menu li a,
body.dark .header.header-fixed ul.nav li.dropdown ul.dropdown-menu li a,
body.dark .shop-checkout .checkout table.products td.text-price,
body.dark .header-fixed .navbar-nav .fa-search,
body.dark.blog-page article h4,
body.dark .sidebar .widget-title,
body.dark .widget.recent-posts .entry-title a,
body.dark .shop-cart table.order thead tr,
body.dark .shop-cart h4.title-totals,
body.dark .shop-cart .table h6,
body.dark .shop-cart .table td span.price,
body.dark .shop-cart .table .icon-delete-product,
body.dark .shop-cart .price,
body.dark .shop-cart .table.cart-total th.total .price,
body.dark .shop-checkout h3,
body.dark .about .about-content .title-about,
body.dark ul.navbar-nav>li>a,
body.dark .header-fixed ul.navbar-nav li a,
body.dark .comments-heading,
body.dark .comments-list .comment-author,
body.dark .project .project-details h3,
body.dark .latest-post .post-title a,
body.dark .price-content .value {
    color: #fff;
}

body.dark .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #343434;
}

body.dark ul.nav li.dropdown ul.dropdown-menu {
    border: 1px solid #343434;
    box-shadow: none;
    border-top: 0;
}
body.dark ul.nav li.dropdown ul.dropdown-menu ul {
    left: 200px;
    top: 0;
}
body.dark ul.nav.nav-tabs li a,
ul.nav.nav-tabs li.active a {
    color: #ddd;
    background: transparent;
}

body.dark .header.header-fixed {
    background-color: #242424;
    border-bottom: 1px solid #343434;
}

body.dark .header.header-fixed #icon-toggler span {
    background-color: #fff;
}

body.dark .shop-checkout .form-group select.form-control:focus {
    border: 1px solid #333;
}

body.dark .sidebar ul.nav.nav-tabs li a {
    color: #ddd;
}

body.dark.blog-page .meta {
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
}

body.dark .sidebar ul.nav-tabs li,
body.dark .widget.recent-posts ul li {
    border-bottom: 1px solid #444;
}

body.dark .sidebar ul.nav-tabs li:last-child,
body.dark.blog-page .widget.recent-posts ul li:last-child {
    border-bottom: 0;
}

body.dark .shop-checkout select {
    background: #343434;
    border: 1px solid #444;
}

body.dark .widget,
body.dark .comments-list .comment,
body.dark .shop-checkout .checkout .payment .cheque,
body.dark .shop-checkout .checkout .payment .paypal,
body.dark .shop-checkout .checkout table.products th.with-bg,
body.dark .shop-checkout .checkout table.products thead tr,
body.dark .shop-cart .qty,
body.dark .shop-cart input.qtyplus,
body.dark .shop-cart input.qtyminus,
body.dark.blog-page .pagination li a:hover,
body.dark .shop-cart table.order thead tr,
body.dark .shop-cart .quantity,
body.dark .custom-form input[type=text],
body.dark .custom-form input[type=email],
body.dark .custom-form input[type=password],
body.dark .custom-form textarea {
    background-color: #343434;
}

body.dark.blog-page .pagination li a {
    border: 1px solid #343434;
    color: #fff;
}

body.dark .shop-cart .table tbody>tr,
body.dark .shop-checkout .table tbody>tr,
body.dark .shop-cart .table.cart-total .section-border {
    border-bottom: 1px solid #343434;
}

body.dark .custom-form input[type=text],
body.dark .custom-form input[type=email],
body.dark .custom-form input[type=password],
body.dark .custom-form textarea {
    border: 1px solid #444;
    color: #fff;
}

body.dark .custom-form input[type=text]:focus,
body.dark .custom-form input[type=text]:active,
body.dark .custom-form input[type=email]:focus,
body.dark .custom-form input[type=email]:active,
body.dark .custom-form input[type=password]:focus,
body.dark .custom-form input[type=password]:active,
body.dark .custom-form textarea:focus,
body.dark .custom-form textarea:active {
    border: 1px solid #555;
    background-color: #343434;
}

body.dark .about ul.nav.nav-tabs li>a {
    border-left: 1px solid #aaa;
}

body.dark .about ul.nav.nav-tabs li:first-child>a {
    border-left: 0;
}

body.dark .about,
body.dark .services,
body.dark .pricing,
body.dark .portfolio,
body.dark .team,
body.dark .blog,
body.dark .contact,
body.dark .project,
body.dark .project .bx-wrapper,
body.dark .preloader,
body.dark .user-auth>div:nth-child(2),
body.dark .logos {
    background-color: #242424;
}

body.dark .project .bx-wrapper {
    border: 5px solid #242424;
}

body.dark .services-box-item-cover,
body.dark .services-box-item-content {
    background: #151515;
    box-shadow: none;
}

body.dark .about .about-content .about-right-side img {
    border: 0;
}

body.dark hr {
    border-top: 1px solid #343434;
    background-color: transparent;
}

body.dark .caption p,
body.dark .services-box-item-content p,
body.dark .info-map-boxes-item p {
    color: #ccc;
    direction: ltr;
    text-align: justify;
}

body.dark .team-member {
    box-shadow: none;
}

body.dark .team-member-caption {
    background-color: #151515;
}

body.dark .info-map-boxes-item {
    background-color: #343434;
    box-shadow: none;
}

body.dark .info-map-boxes-item:before {
    background-color: #343434;
}

body.dark .info-map-boxes-item h1 {
    border-bottom: 1px solid #444;
}

body.dark .gmap_container {
    color: #6e6e6e;
}

body.dark .pricing-wrapper>li {
    background: #171717;
}

body.dark .price-content .currency {
    color: #666;
}

body.dark .pricing-features li {
    border-bottom: 1px solid #242424;
}

body.dark.reversed-skew .logos {
    margin-top: -50px;
    padding-top: 27px;
    margin-bottom: -115px;
    padding-bottom: 95px;
}

body.dark.skew .logos {
    margin-top: -50px;
    padding-top: 50px;
    margin-bottom: -82px;
    padding-bottom: 80px;
}

body.dark.big-triangle .projectmanager:after,
body.dark.big-triangle .projectmanager:before,
body.dark.big-triangle .mainslider:after,
body.dark.big-triangle .mainslider:before,
body.dark.big-triangle .testimonials:after,
body.dark.big-triangle .testimonials:before,
body.dark.big-triangle .newsletter:after,
body.dark.big-triangle .newsletter:before,
body.dark.big-triangle .facts:after,
body.dark.big-triangle .facts:before,
body.dark.big-triangle .videopromotion:after,
body.dark.big-triangle .videopromotion:before,
body.dark.big-triangle .contactform:after,
body.dark.big-triangle .contactform:before,
body.dark.big-triangle .banner:after,
body.dark.big-triangle .banner:before,
body.big-triangle.about-page.dark .testimonials:after,
body.big-triangle.about-page.dark .testimonials:before {
    border-bottom: 100px solid #242424;
}

body.dark.big-triangle .projectmanager:after,
body.dark.big-triangle .projectmanager:before,
body.dark.big-triangle .testimonials:after,
body.dark.big-triangle .testimonials:before,
body.dark.big-triangle .newsletter:after,
body.dark.big-triangle .newsletter:before,
body.dark.big-triangle .facts:after,
body.dark.big-triangle .facts:before,
body.dark.big-triangle .call-to-action:after,
body.dark.big-triangle .call-to-action:before,
body.dark.big-triangle .videopromotion:after,
body.dark.big-triangle .videopromotion:before,
body.about-page.big-triangle.dark .call-to-action:after,
body.about-page.big-triangle.dark .call-to-action:before {
    border-top: 100px solid #242424;
}

body.dark.big-triangle .footer.top-logos:after,
body.dark.big-triangle .footer.top-logos:before {
    border-top: 100px solid #242424;
}

body.dark.big-triangle .footer:after,
body.dark.big-triangle .footer:before {
    border-top: 100px solid #242424;
}

body.dark.big-triangle .call-to-action:after,
body.dark.big-triangle .call-to-action:before,
body.dark.big-triangle .contactform:after,
body.dark.big-triangle .contactform:before {
    border-bottom: 100px solid #242424;
}

body.dark .divider .outer-line {
    border-bottom: 1px solid #888;
}

body.dark .pricing-switcher>p {
    background: #444;
}

body.dark .footer {
    background: #111;
}


/* Body Separators
================================================== */


/* Normal */

body.normal .videopromotion .section-overlay {
    padding: 90px 0 106px;
}

body.normal .newsletter .section-overlay {
    padding: 90px 0 112px;
}

body.normal .facts .section-overlay {
    padding: 90px 0 84px;
}

body.normal .call-to-action .section-overlay {
    padding: 90px 0 110px;
}

body.normal .testimonials .section-overlay {
    padding: 90px 0 137px;
}

body.normal .services .container {
    padding: 90px 15px 72px !important
}

body.normal .portfolio .container {
    padding: 90px 0 96px !important;
}

body.normal .pricing .container {
    padding: 90px 15px 96px !important;
}

body.normal .blog .container {
    padding: 90px 15px 112px !important;
}

body.normal.blog-page .blog .container {
    padding: 100px 15px 70px !important;
}

body.normal .contactform .section-overlay {
    padding: 90px 0 60px !important;
}

body.normal .project .container {
    padding: 120px 15px;
}

body.normal .shop-cart .container,
body.normal .shop-checkout .container {
    padding: 100px 15px;
}

body.normal .terms .container {
    padding: 70px 15px;
}


/* Skew */

body.skew .about,
body.skew .faq,
body.skew.portfolio-page .portfolio,
body.skew .terms,
body.skew .shop-cart,
body.skew .shop-checkout,
body.skew.pricing-page .pricing,
body.skew .project,
body.skew .projectmanager,
body.skew .services,
body.skew .pricing,
body.skew .testimonials,
body.skew .team,
body.skew .blog,
body.skew .facts,
body.skew .call-to-action,
body.skew .newsletter,
body.skew .contactform,
body.skew .videopromotion {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
}

body.skew .about .container,
body.skew .faq .container,
body.skew.portfolio-page .portfolio .container,
body.skew .terms .container,
body.skew .shop-cart .container,
body.skew .shop-checkout .container,
body.skew.pricing-page .pricing .container,
body.skew .project .container,
body.skew .projectmanager .container,
body.skew .services .container,
body.skew .pricing .container,
body.skew .testimonials .container,
body.skew .team .container,
body.skew .blog .container,
body.skew .facts .container,
body.skew .call-to-action .container,
body.skew .newsletter .container,
body.skew .contactform .container,
body.skew .videopromotion .container {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body.skew .about,
body.skew .faq,
body.skew.portfolio-page .portfolio,
body.skew .terms,
body.skew .shop-cart,
body.skew .shop-checkout,
body.skew .project,
body.skew.pricing-page .pricing {
    margin-top: -55px;
}

body.skew .portfolio {
    margin-top: -20px;
    padding-top: 17px;
}

body.skew .contact {
    margin-bottom: 100px;
}

body.skew .contactform {
    margin-top: -150px;
}

body.skew .about .container {
    padding: 70px 15px 150px;
}

body.skew .faq .container,
body.skew .terms .container {
    padding: 140px 15px 70px;
}

body.skew .shop-cart .container,
body.skew .shop-checkout .container {
    padding: 140px 15px 100px;
}

body.skew .project .container {
    padding: 140px 15px 100px;
}

body.skew .services .container {
    padding: 70px 15px 90px;
}

body.skew .pricing .container {
    padding: 100px 15px 94px !important;
}

body.skew .portfolio .container {
    padding: 70px 15px 100px;
}

body.skew .team .container {
    padding: 70px 15px 120px;
}

body.skew .blog .container {
    padding: 90px 15px 112px !important;
}

body.skew.blog-page .blog .container {
    padding: 70px 15px 30px !important;
}

body.skew.about-page .about .container,
body.skew.about-page .team .container {
    padding: 100px 15px 120px !important;
}

body.skew.about-page .services .container {
    padding: 100px 15px !important;
}

body.skew.blog-page .blog {
    margin-top: -55px;
    padding-top: 55px;
}

body.skew .bx-wrapper {
    margin: 90px 0 60px;
}

body.skew .videopromotion .section-overlay {
    padding: 90px 0 112px;
}

body.skew .testimonials .section-overlay {
    padding: 90px 0 135px;
}

body.skew .facts .section-overlay {
    padding: 90px 0;
}

body.skew .contactform .section-overlay {
    padding: 90px 0 60px !important;
}

body.skew .info-map-boxes {
    margin-top: -285px;
}

body.skew .footer {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    margin-top: 30px;
    margin-bottom: -50px;
    padding-bottom: 50px;
    border: none;
}

body.skew .footer .container {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 120px 15px 0;
}


/* Reversed Skew */

body.reversed-skew .about {
    margin-top: -55px;
    margin-bottom: 120px;
}

body.reversed-skew .faq,
body.reversed-skew.portfolio-page .portfolio,
body.reversed-skew .terms,
body.reversed-skew .shop-cart,
body.reversed-skew .shop-checkout,
body.reversed-skew.pricing-page .pricing {
    margin-top: -55px;
}

body.reversed-skew .about .container {
    padding: 70px 15px 100px;
}

body.reversed-skew .faq .container,
body.reversed-skew.portfolio-page .portfolio .container {
    padding: 140px 15px 100px;
}

body.reversed-skew .terms .container {
    padding: 140px 15px 70px;
}

body.reversed-skew .shop-cart .container,
body.reversed-skew .shop-checkout .container {
    padding: 140px 15px 100px;
}

body.reversed-skew.pricing-page .pricing .container {
    padding: 100px 15px 120px !important;
}

body.reversed-skew .services .container {
    padding: 70px 15px 90px;
}

body.reversed-skew .pricing .container {
    padding: 70px 15px 100px !important;
}

body.reversed-skew .portfolio .container {
    padding: 70px 0 100px !important;
}

body.reversed-skew .project .container {
    padding: 140px 15px 100px !important;
}

body.reversed-skew .team .container {
    padding: 70px 15px 120px;
}

body.reversed-skew .blog .container {
    padding: 70px 15px 30px !important;
}

body.reversed-skew .about,
body.reversed-skew .faq,
body.reversed-skew.portfolio-page .portfolio,
body.reversed-skew .terms,
body.reversed-skew .shop-cart,
body.reversed-skew .shop-checkout,
body.reversed-skew.pricing-page .pricing,
body.reversed-skew .call-to-action,
body.reversed-skew .testimonials,
body.reversed-skew .newsletter,
body.reversed-skew .project,
body.reversed-skew .contactform .container,
body.reversed-skew.blog-page .blog {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
}

body.reversed-skew .projectmanager,
body.reversed-skew .about .container,
body.reversed-skew .faq .container,
body.reversed-skew.portfolio-page .portfolio .container,
body.reversed-skew .terms .container,
body.reversed-skew .shop-cart .container,
body.reversed-skew .shop-checkout .container,
body.reversed-skew.pricing-page .pricing .container,
body.reversed-skew .videopromotion,
body.reversed-skew .facts,
body.reversed-skew .call-to-action,
body.reversed-skew .project .container,
body.reversed-skew .testimonials .container,
body.reversed-skew .newsletter .container,
body.reversed-skew .contactform,
body.reversed-skew.blog-page .blog .container {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}

body.reversed-skew.blog-page .blog {
    margin-top: -55px;
    padding-top: 55px;
    padding-bottom: 0;
}

body.reversed-skew .project {
    margin-top: -55px;
}

body.reversed-skew .projectmanager {
    margin-top: -100px;
}

body.reversed-skew.about-page .services .container {
    padding: 0 !important;
}

body.reversed-skew.about-page .about .container,
body.reversed-skew.about-page .team .container {
    padding: 100px 15px 120px !important;
}

body.reversed-skew .about .container,
body.reversed-skew .faq .container,
body.reversed-skew.portfolio-page .portfolio .container,
body.reversed-skew .terms .container,
body.reversed-skew .shop-cart .container,
body.reversed-skew .shop-checkout .container {
    backface-visibility: hidden;
}

body.reversed-skew .services,
body.reversed-skew .pricing,
body.reversed-skew .team {
    padding-bottom: 100px;
    margin-top: -50px;
    border-top: 60px solid #efefef;
}

body.reversed-skew .services {
    margin-top: -72px;
}

body.reversed-skew.about-page:not(.dark) .services {
    padding-bottom: 170px;
    margin-top: -150px;
    border-top: 160px solid #efefef;
    margin-bottom: -60px;
}

body.reversed-skew.portfolio-page .portfolio .container {
    padding: 100px 15px 70px !important;
}

body.reversed-skew.pricing-page .pricing {
    border-top: 0;
    padding-bottom: 0;
}

body.reversed-skew .blog {
    padding-bottom: 100px;
    margin-top: -88px;
}

body.dark.reversed-skew .services,
body.dark.reversed-skew .pricing,
body.dark.reversed-skew .team {
    border-top: 60px solid #242424;
}

body.reversed-skew .testimonials,
body.reversed-skew .newsletter {
    margin-top: -100px;
    margin-bottom: 100px;
}

body.reversed-skew .videopromotion {
    margin-top: -100px;
}

body.reversed-skew .portfolio {
    margin-top: -88px;
}

body.reversed-skew .contact {
    margin-bottom: 100px;
}

body.reversed-skew .contactform {
    margin-top: -150px;
}

body.reversed-skew .contactform .section-overlay {
    padding: 90px 0 60px !important;
}

body.reversed-skew .videopromotion .section-overlay {
    padding: 90px 0 112px;
}

body.reversed-skew .testimonials .section-overlay {
    padding: 90px 0 135px !important;
}

body.reversed-skew .facts .section-overlay {
    padding: 90px 0 !important;
}

body.reversed-skew .bx-wrapper {
    margin: 120px 0 80px;
}

body.reversed-skew .info-map-boxes {
    margin-top: -285px;
}

body.reversed-skew .footer {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    margin-top: 28px;
    margin-bottom: -50px;
    padding-bottom: 50px;
    border: none;
}

body.reversed-skew .footer .container {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 120px 15px 0;
}

body.reversed-skew .projectmanager .container,
body.reversed-skew .facts .container,
body.reversed-skew .call-to-action .container,
body.reversed-skew .videopromotion .container {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Double diagonal */

body.double-diagonal .services,
body.double-diagonal .pricing,
body.double-diagonal .team,
body.double-diagonal .blog,
body.double-diagonal .contact {
    padding-bottom: 30px;
}

body.double-diagonal.pricing-page .pricing {
    padding-bottom:30px;
}

body.double-diagonal.about-page .call-to-action {
    margin-top: -55px;
}

body.double-diagonal .testimonials,
body.double-diagonal .newsletter {
    margin-top: -50px;
}

body.double-diagonal .contact {
    margin-bottom: -50px;
}

body.double-diagonal .projectmanager,
body.double-diagonal .testimonials,
body.double-diagonal .facts,
body.double-diagonal .call-to-action,
body.double-diagonal .videopromotion,
body.double-diagonal .newsletter,
body.double-diagonal .contactform {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
}

body.double-diagonal .about .container {
    padding: 50px 15px 150px !important;
}
body.double-diagonal .pricing .container {
    padding: 50px 15px 135px !important;
}
body.double-diagonal .team .container {
    padding: 50px 15px 150px !important;
}
body.double-diagonal .portfolio .container,
body.double-diagonal .blog .container {
    padding: 50px 15px 110px !important;
}

body.double-diagonal.pricing-page .pricing .container {
    padding: 30px 15px 60px !important;
}

body.double-diagonal .faq .container,
body.double-diagonal .terms .container {
    padding: 90px 15px 70px !important;
}

body.double-diagonal .shop-cart .container,
body.double-diagonal .shop-checkout .container {
    padding: 90px 15px !important;
}

body.double-diagonal .project .container {
    padding: 90px 15px 60px !important;
}

body.double-diagonal .services .container {
    padding: 50px 15px 110px !important;
}

body.double-diagonal .portfolio .container {
    padding: 50px 0 135px !important;
}

body.double-diagonal.portfolio-page .portfolio .container {
    padding: 50px 15px 70px !important;
}

body.double-diagonal .blog .container {
    padding: 50px 15px 30px !important;
}

body.double-diagonal.blog-page .blog .container {
    padding: 90px 15px 60px !important;
}

body.double-diagonal.blog-page.blog-post .blog .container {
    padding: 90px 15px 20px !important;
}

body.double-diagonal.blog-page .blog {
    padding-bottom: 0;
}

body.double-diagonal .testimonials .section-overlay {
    padding: 110px 0 180px;
}

body.double-diagonal .newsletter .section-overlay,
body.double-diagonal .call-to-action .section-overlay {
    padding: 50px 0 120px;
}

body.double-diagonal .facts .section-overlay {
    padding: 110px 0 180px;
}

body.double-diagonal .projectmanager .section-overlay {
    padding: 110px 0 180px;
}

body.double-diagonal section {
    position: relative;
    z-index: 1;
}

body.double-diagonal .logos {
    padding: 1px 0;
}

body.double-diagonal section::before,
body.double-diagonal section::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

body.double-diagonal .about::before,
body.double-diagonal .about::after,
body.double-diagonal .faq::before,
body.double-diagonal .faq::after,
body.double-diagonal .terms::before,
body.double-diagonal .terms::after,
body.double-diagonal .shop-cart::before,
body.double-diagonal .shop-cart::after,
body.double-diagonal .shop-checkout::before,
body.double-diagonal .shop-checkout::after,
body.double-diagonal .project::before,
body.double-diagonal .project::after,
body.double-diagonal .services::before,
body.double-diagonal .services::after,
body.double-diagonal .pricing::before,
body.double-diagonal .pricing::after,
body.double-diagonal .portfolio::before,
body.double-diagonal .portfolio::after,
body.double-diagonal .team::before,
body.double-diagonal .team::after,
body.double-diagonal .blog::before,
body.double-diagonal .blog::after,
body.double-diagonal .contact::before,
body.double-diagonal .contact::after,
body.double-diagonal .logos::before,
body.double-diagonal .logos::after {
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

body.double-diagonal .about::before,
body.double-diagonal .faq::before,
body.double-diagonal .terms::before,
body.double-diagonal .shop-cart::before,
body.double-diagonal .shop-checkout::before,
body.double-diagonal .project::before,
body.double-diagonal .services::before,
body.double-diagonal .pricing::before,
body.double-diagonal .portfolio::before,
body.double-diagonal .team::before,
body.double-diagonal .blog::before,
body.double-diagonal .contact::before,
body.double-diagonal .logos::before {
    height: 50%;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
}

body.double-diagonal .projectmanager .container,
body.double-diagonal .testimonials .container,
body.double-diagonal .facts .container,
body.double-diagonal .call-to-action .container,
body.double-diagonal .videopromotion .container,
body.double-diagonal .newsletter .container,
body.double-diagonal .contactform .container {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body.double-diagonal .videopromotion .section-overlay {
    padding: 120px 0 180px;
}

body.double-diagonal .bx-wrapper {
    margin: 50px 0;
}

body.double-diagonal .contactform {
    margin-top: -100px;
}

body.double-diagonal .info-map-boxes {
    margin-top: -295px;
}

body.double-diagonal .footer {
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    margin-top: 30px;
    margin-bottom: -50px;
    padding-bottom: 50px;
    border: none;
}

body.double-diagonal .footer .container {
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 120px 15px 0;
}


/* Big Triangle */

body.big-triangle .projectmanager,
body.big-triangle .mainslider,
body.big-triangle .testimonials,
body.big-triangle .facts,
body.big-triangle .call-to-action,
body.big-triangle .contactform,
body.big-triangle .newsletter,
body.big-triangle .videopromotion,
body.big-triangle .footer,
body.big-triangle .banner {
    position: relative;
    -webkit-backface-visibility: hidden;
}

body.big-triangle .projectmanager .container,
body.big-triangle .mainslider .container,
body.big-triangle .testimonials .container,
body.big-triangle .facts .container,
body.big-triangle .call-to-action .container,
body.big-triangle .contactform .container,
body.big-triangle .newsletter .container,
body.big-triangle .videopromotion .container {
    position: relative;
    z-index: 999;
}

body.big-triangle .projectmanager:after,
body.big-triangle .projectmanager:before,
body.big-triangle .mainslider:after,
body.big-triangle .mainslider:before,
body.big-triangle .testimonials:after,
body.big-triangle .testimonials:before,
body.big-triangle .newsletter:after,
body.big-triangle .newsletter:before,
body.big-triangle .facts:after,
body.big-triangle .facts:before,
body.big-triangle .call-to-action:after,
body.big-triangle .call-to-action:before,
body.big-triangle .contactform:after,
body.big-triangle .contactform:before,
body.big-triangle .videopromotion:after,
body.big-triangle .videopromotion:before,
body.big-triangle .footer:after,
body.big-triangle .footer:before,
body.big-triangle .banner:after,
body.big-triangle .banner:before {
    content: "";
    position: absolute;
    bottom: -1px;
    top: 0;
    width: 50%;
    z-index: 100;
    border-top: 100px solid #fff;
    border-bottom: 100px solid #fff;
    -webkit-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}

body.about-page.big-triangle .call-to-action:after,
body.about-page.big-triangle .call-to-action:before {
    border-top: 100px solid #efefef;
}

body.big-triangle.about-page .testimonials:after,
body.big-triangle.about-page .testimonials:before {
    border-bottom: 100px solid #efefef;
}

body.big-triangle .mainslider:after,
body.big-triangle .mainslider:before,
body.big-triangle .banner:after,
body.big-triangle .banner:before {
    top: initial;
    border-top: none;
}

body.big-triangle .testimonials:after,
body.big-triangle .testimonials:before,
body.big-triangle .newsletter:after,
body.big-triangle .newsletter:before,
body.big-triangle .contactform:after,
body.big-triangle .contactform:before {
    border-top: 100px solid #efefef;
}

body.big-triangle .contactform:after,
body.big-triangle .contactform:before {
    border-top: 0;
}

body.big-triangle .services .container {
    padding: 90px 15px 72px !important;
}

body.big-triangle .testimonials .section-overlay {
    padding: 90px 0 135px;
}

body.big-triangle .facts .section-overlay {
    padding: 90px 0;
}

body.big-triangle .newsletter .section-overlay {
    padding: 90px 0 112px !important;
}

body.big-triangle .portfolio .container {
    padding: 90px 0 96px !important;
}

body.big-triangle .team .container {
    padding: 70px 15px 100px;
}

body.big-triangle .testimonials .carousel-indicators {
    z-index: 111;
}

body.big-triangle .projectmanager:after,
body.big-triangle .projectmanager:before,
body.big-triangle .facts:after,
body.big-triangle .facts:before,
body.big-triangle .videopromotion:after,
body.big-triangle .videopromotion:before,
body.big-triangle .footer:after,
body.big-triangle .footer:before {
    border-bottom: 100px solid #efefef;
}

body.big-triangle .mainslider:before,
body.big-triangle .projectmanager:before,
body.big-triangle .testimonials:before,
body.big-triangle .newsletter:before,
body.big-triangle .facts:before,
body.big-triangle .call-to-action:before,
body.big-triangle .contactform:before,
body.big-triangle .videopromotion:before,
body.big-triangle .footer:before,
body.big-triangle .banner:before {
    right: 50%;
    border-right: 1000px solid transparent;
    border-left: 1000px solid;
}

body.big-triangle .mainslider:after,
body.big-triangle .projectmanager:after,
body.big-triangle .testimonials:after,
body.big-triangle .newsletter:after,
body.big-triangle .facts:after,
body.big-triangle .call-to-action:after,
body.big-triangle .contactform:after,
body.big-triangle .videopromotion:after,
body.big-triangle .footer:after,
body.big-triangle .banner:after {
    left: 50%;
    border-left: 1000px solid transparent;
    border-right: 1000px solid;
}

body.big-triangle .blog .container {
    padding: 90px 15px !important;
}

body.big-triangle.blog-page .blog .container {
    padding: 100px 15px 50px !important;
}

body.big-triangle .call-to-action .section-overlay {
    padding: 90px 0 112px;
}
body.big-triangle .videopromotion .section-overlay {
    padding: 90px 0 106px;
}

body.big-triangle .project .container {
    padding: 100px 15px;
}

body.big-triangle .shop-cart .container,
body.big-triangle .shop-checkout .container,
body.big-triangle .terms .container {
    padding: 100px 15px;
}

body.big-triangle .contactform .section-overlay {
    padding: 90px 0;
}

body.big-triangle .footer:after,
body.big-triangle .footer:before {
    bottom: initial;
    border-bottom: none;
}

body.big-triangle .footer {
    border-top: none;
}

body.big-triangle .footer .container {
    padding: 120px 15px 0;
}

body.big-triangle .bx-wrapper {
    margin: 70px 0 60px;
}


/* Heading */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    margin: 15px 0;
}

h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    line-height: 24px;
}

h4 {
    font-size: 20px;
    line-height: 18px;
}

h5 {
    font-size: 14px;
    line-height: 14px;
}

h6 {
    font-size: 12px;
    line-height: 12px;
}

.projectmanager h2,
.facts h2,
.facts h4,
.call-to-action h1,
.call-to-action h4,
.testimonials h2,
.testimonials h4,
.newsletter h2,
.newsletter h4,
.contactform h2,
.contactform h4,
.projectmanager h1,
.testimonials h1,
.facts h1,
.newsletter h1,
.contactform h1,
.videopromotion h1,
.videopromotion h4 {
    color: #fff;
}


/* Paragraph */

p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #666;
    text-align: justify;
    direction: ltr;
}

.top-text h4 {
    margin: 23px 0 25px;
    font-weight: 400;
    direction: ltr;
}

a,
a:hover {
    text-decoration: none !important;
}


/* Divider */

.divider span {
    display: inline-block;
    vertical-align: middle;
}

.divider .fa {
    font-size: 20px;
    margin: 0 20px;
}

.divider .outer-line {
    width: 25%;
    border-bottom: 1px solid #ddd;
}


/* [ HEADER ] */


/*================================================== */

.header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    height: 99px;
    transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
}

.header.header-fixed {
    display: block;
    margin-top: 0 !important;
    position: fixed;
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.header-inner {
    position: relative;
}

.header-fixed .logo a {
    height: initial;
    margin-top: 4px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 85px;
}

.header-fixed ul.navbar-nav li a {
    padding: 33px 12px;
    color: #555;
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00ffffff", GradientType=0);
}

.header-fixed:before {
    background: none;
    height: 0;
}


/* Logo */

.logo {
    float: left;
    text-align: left;
    display: inline-block;
}

.logo a {
    width: 110px;
    display: block;
    margin: 10px 20px 0 0px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.logo a img {
    width: 100%;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.header .logo a img.logo-light {
    opacity: 1;
}

.header .logo a img.logo-dark {
    opacity: 0;
}

.header.header-fixed .logo a img.logo-light {
    opacity: 0;
}

.header.header-fixed .logo a img.logo-dark {
    opacity: 1;
}

.logo {
    float: left;
    text-align: left;
    display: inline-block;
}

.logo a {
    max-width: 100%;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    position: relative;
}

.logo a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}


/* Navigation Menu */

.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.navbar-toggle {
    float: right;
    border-radius: 0;
    margin-right: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
}

.nav-tabs>li>a {
    border: 0;
}

ul.navbar-nav {
    float: right;
    display: block;
    direction: ltr;
}

ul.navbar-nav>li {
    float: none;
    display: inline-block;
}

ul.navbar-nav>li:not(.search):hover,
ul.navbar-nav>li.active {
    color: #fff;
    position: relative;
}

ul.navbar-nav>li {
    padding: 0;
    position: relative;
}

ul.navbar-nav>li:last-child:after {
    background: none;
}

ul.navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 43px 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    transition: .1s;
}

ul.navbar-nav li a i:not(.icon-angle) {
    font-size: 11px;
    padding-right: 3px;
}

ul.navbar-nav li a i.icon-angle {
    padding-left: 3px;
}

ul.navbar-nav>li:hover>a:after,
ul.navbar-nav>li.active>a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
}

ul.nav.nav-tabs {
    border-bottom: 0;
}

ul.nav.nav-tabs li a,
ul.nav.nav-tabs li.active a {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 1px solid #555;
    border-radius: 0;
    font-size: 15px;
    color: #777;
    padding: 0 30px;
    margin: 15px 0 25px;
    text-transform: uppercase;
}

ul.nav.nav-tabs li.active a {
    font-weight: 600;
}

ul.nav.nav-tabs li:first-child a {
    border-left: 0;
    padding-left: 0;
}

ul.nav.nav-tabs li a:hover,
ul.nav.nav-tabs li.active a:hover {
    border-bottom: 0 !important;
    border-top: 0 !important;
}


/* Dropdown */

ul.navbar-nav>li.open>a,
ul.navbar-nav>li.open>a:hover,
ul.navbar-nav>li.open>a:focus,
ul.navbar-nav>li.open>a:active {
    background: transparent;
}

ul.nav li.dropdown ul.dropdown-menu {
    background: #fff;
}

ul.nav li.dropdown ul.dropdown-menu li a {
    color: #555;
}

ul.nav li.dropdown ul.dropdown-menu li.active a {
    color: #fff;
}

.dropdown-menu {
    text-align: left;
    border: 0;
    box-shadow: none;
    z-index: 100;
    min-width: 200px;
    border-radius: 0;
    padding: 0;
}

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

.navbar-nav>li>.dropdown-menu a {
    background: none;
    text-transform: uppercase;
}

.dropdown-menu li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    padding: 15px 20px;
    color: #999;
}

.header-fixed ul.navbar-nav li.dropdown ul.dropdown-menu li a {
    padding: 15px 20px;
}

ul.nav li.dropdown ul.dropdown-menu li a:hover,
ul.nav li.dropdown ul.dropdown-menu li a:focus,
ul.nav li.dropdown ul.dropdown-menu li a:active {
    color: #fff;
}

.dropdown-menu li:last-child>a {
    border-bottom: 0;
}

.open>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.open>.dropdown-menu li a {
    color: #000;
}

.dropdown-menu li a {
    color: #fff;
}

.dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    display: block;
    box-shadow: 0px 0px 1px #ccc;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}


/*** Search ***/

.site-search {
    text-align: center;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 100;
    width: 100%;
}

@-moz-document url-prefix() {
    .site-search {
        margin-top: -1px;
    }
}

.navbar-nav .fa-search {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    outline: none;
    padding: 17px;
}

.header-fixed .navbar-nav .fa-search {
    color: #555;
}

.navbar-nav .fa-shopping-cart {
    font-weight: 300;
    padding: 0;
}

.site-search .search-container {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.site-search .search-container.open {
    height: 100px;
}

.site-search input[type="text"] {
    background: none;
    border: none;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    margin: 37px 0;
    padding-right: 20px;
    width: 100%;
    font-weight: 500;
    outline: 0;
    text-align: center;
}

.site-search input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.site-search input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.site-search input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.site-search input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.site-search .close {
    color: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    font-size: 35px;
    margin-top: -23px;
    position: absolute;
    top: 50%;
    right: 30px;
    font-weight: 300;
}

.site-search .close:hover {
    color: #fff;
}


/* Dark Header */

body.dark .header .logo a img.logo-light {
    opacity: 1;
}

body.dark .header .logo a img.logo-dark {
    opacity: 0;
}

body.dark .header.header-fixed .logo a img.logo-light {
    opacity: 1;
}

body.dark .header.header-fixed .logo a img.logo-dark {
    opacity: 0;
}


/* Toggler Icon */

.navbar-toggler {
    outline: none !important;
    padding: 8px 0 0;
}

#icon-toggler {
    width: 20px;
    height: 21px;
    position: relative;
    margin: 7px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
}

#icon-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.header.header-fixed #icon-toggler span {
    background-color: #555;
}

#icon-toggler span:nth-child(1) {
    top: 0;
}

#icon-toggler span:nth-child(2),
#icon-toggler span:nth-child(3) {
    top: 6px;
}

#icon-toggler span:nth-child(4) {
    top: 12px;
}

#icon-toggler.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#icon-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#icon-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#icon-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


/* [ CONTENT ] */


/*================================================== */


/* Custom Button */

.custom-button {
    border: none;
    color: #fff;
    text-decoration: none;
    background: #00bbda;
    cursor: pointer;
    display: inline-block;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    position: relative;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 12px 33px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}

.custom-button,
.custom-button:hover,
.custom-button:focus {
    color: #fff;
    text-decoration: none;
}

.custom-button:before {
    content: "\f1d8";
    font: 15px/1.2em FontAwesome;
    color: #fff;
    position: absolute;
    height: 100%;
    left: 18px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.custom-button span {
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-button:hover span {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.custom-button:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/* Preloader
---------------------------------------- */

.preloader {
    position: fixed;
    left: 0;
    top: -100%;
    right: 0;
    height: 100%;
    z-index: 999999999999999999;
    background: #fff;
    text-align: center;
    overflow: hidden;
    opacity: 1;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.preloader:before {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.preloader .logopreloader {
    vertical-align: middle;
    -webkit-transform: translate(0, 500px);
    transform: translate(0, 500px);
    position: relative;
    white-space: nowrap;
    display: inline-block;
    top: -50px;
    opacity: 0;
    -webkit-transition: -moz-transform 1s ease, -webkit-transform 1s ease, -ms-transform 1s ease, -o-transform 1s ease, transform 1s ease, opacity 1s ease;
    transition: -webkit-transform 1s ease, transform 1s ease, opacity 1s ease;
}

.preloader .loader {
    width: 85px;
    height: 85px;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 15px 0 0 -42px;
    -webkit-transform: translate(0, 500px);
    transform: translate(0, 500px);
    opacity: 0;
    -webkit-transition: opacity 1s ease .3s, -webkit-transform 1s ease .3s;
    transition: opacity 1s ease .3s, -webkit-transform 1s ease .3s;
    transition: transform 1s ease .3s, opacity 1s ease .3s;
    transition: transform 1s ease .3s, opacity 1s ease .3s, -webkit-transform 1s ease .3s;
}

.preloader.loading .loader,
.preloader.loading .logopreloader {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
}

.preloader.ended {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
    -webkit-transition: -webkit-transform 1s ease 0.5s, -moz-transform 1s ease 0.5s, -ms-transform 1s ease 0.5s, -o-transform 1s ease 0.5s, transform 1s ease 0.5s, opacity 1s ease 0.5s;
    transition: -webkit-transform 1s ease 0.5s, transform 1s ease 0.5s, opacity 1s ease 0.5s;
}

.preloader.ended .loader,
.preloader.ended .logopreloader {
    -webkit-transform: translate(0, -500px);
    transform: translate(0, -500px);
    opacity: 0;
}


/* Main Slider (Revolution Slider)
---------------------------------------- */

.tp-simpleresponsive .slider-button {
    color: #fff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}

.tp-simpleresponsive .slider-button:before {
    content: "\f063";
    margin-top: -9px;
}

.dark-slider .rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1111;
    background: rgba(0, 0, 0, .5);
}

.scroll-effects-text {
    color: #eee !important;
}


/* About
---------------------------------------- */

.about {
    background-color: #fff;
}

.about .about-content .title-about {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 0;
}

.about .about-content {
    margin-top: 40px;
    direction: ltr;
    text-align: justify;
}

.about .about-content .custom-button {
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}

.about .about-content .custom-button:before {
    content: "\f061";
    margin-top: -10px;
}

.about .about-content .full-image-overlay h3 {
    text-transform: Capitalize;
    color: #ffffff;
    margin-top: 20px;
}

.about .about-content .about-right-side img {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 auto;
    margin-left: auto;
    display: block;
}

.about .nav-tabs>li.active>a,
.about .nav-tabs>li.active>a:hover,
.about .nav-tabs>li.active>a:focus {
    background: none;
}

.about ul.nav.nav-tabs li>a {
    border-left: 1px solid #ddd;
    line-height: 14px;
}

.about ul.nav.nav-tabs li:first-child>a {
    border-left: 0;
}

.about .tab-content p {
    padding: 0 0 30px;
    margin: 0;
}

.list-why-choose-us {
    display: inline;
    list-style: none;
    margin-top: 30px;
    text-align: left;
}

.list-why-choose-us li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    line-height: 18px;
}

.list-why-choose-us li:before {
    content: '\f061';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 15px;
    font-family: "FontAwesome";
}

.list-why-choose-us li+li {
    margin-top: 14px;
}

.full-text-container+.full-image-container:before {
    right: auto;
    left: 0;
}

.about-right-side:hover .full-text-container+.full-image-container:before,
.about-right-side .full-text-container+.full-image-container.hovered:before {
    right: auto;
    left: 5%;
}

.about-right-side {
    position: relative;
    display: table;
    table-layout: fixed;
}

.full-image-container {
    width: 50%;
    display: table-cell;
    position: relative;
    overflow: hidden;
}

.full-image-container:before {
    content: '';
    position: absolute;
    top: 5%;
    right: 0%;
    width: 50%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.full-text-container+.full-image-container:before {
    right: auto;
    left: 0;
}

.about-right-side:hover .full-image-container:before,
.about-right-side .full-image-container.hovered:before {
    width: 90%;
    right: 5%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.about-right-side:hover .full-text-container+.full-image-container:before,
.about-right-side .full-text-container+.full-image-container.hovered:before {
    right: auto;
    left: 5%;
}

.about-right-side:hover .full-image-overlay,
.about-right-side .hovered .full-image-overlay {
    text-align: left;
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 10%;
    margin-top: -133px;
    color: #ffffff;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.full-text-container {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 50px;
    position: static;
}

.full-text-container * {
    max-width: 700px;
}

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

.full-text-container.left * {
    margin-left: auto;
}

.full-text-container p {
    margin-bottom: 10px;
}


/* Project Manager
---------------------------------------- */

.projectmanager {
    color: #fff;
    background-image: url("../img/sections/projectmanager-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}

.projectmanager .section-overlay {
    padding: 120px 0 100px;
}

.projectmanagerpicture {
    border-radius: 50%;
}

.projectmanager h1 {
    margin-bottom: 20px;
}

.projectmanager h3 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}

.projectmanager p {
    color: #fff;
}

.projectmanager blockquote {
    padding-top: 0;
    padding-bottom: 0;
    color: #cecece;
    font-size: 14px;
    border-left: 5px solid #eee;
    padding-left: 20px;
}

.projectmanager p,
.projectmanager blockquote {
    margin-top: 30px;
    font-style: italic;
}

.projectmanager li:hover,
.projectmanager li:hover a,
.projectmanager li a:hover {
    color: #fff;
}


/* Services
---------------------------------------- */

.services {
    background-color: #efefef;
}

.services .services-box {
    margin: 25px -15px;
}

.services .services-box:before {
    content: "";
    display: table;
}

.services .services-box:after {
    content: "";
    display: table;
    clear: both;
}

.services .services-box-item {
    position: relative;
    color: #717c8e;
    text-decoration: none;
    -webkit-perspective: 750px;
    -ms-perspective: 750px;
    -o-perspective: 750px;
    perspective: 750px;
    margin: 15px 0;
    float: left;
}

.services .services-box-item:hover,
.services .services-box-item:focus,
.services .services-box-item.hover {
    text-decoration: none;
}

.services .services-box-item:hover>.services-box-item-cover,
.services .services-box-item:focus>.services-box-item-cover,
.services .services-box-item.hover>.services-box-item-cover {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.services .services-box-item:hover>.services-box-item-content,
.services .services-box-item:focus>.services-box-item-content,
.services .services-box-item.hover>.services-box-item-content {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.services .services-box-item-cover,
.services .services-box-item-content {
    position: relative;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.services .services-box-item-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px 15px;
    box-shadow: 0px 0px 3px 1px #ddd;
    border-radius: 7px;
}

.services .services-box-item-cover:before,
.services .services-box-item-cover:after {
    position: absolute;
    top: 50%;
    left: 50%;
}

.services .services-box-item-cover:before {
    margin: -40px 0px 0px -20px;
    font-size: 40px;
}

.services .services-box-item-cover:after {
    content: attr(data-headline);
    font-family: 'Raleway';
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.services .services-box-item-content {
    overflow: hidden;
    margin: -16px -6px;
    padding: 30px 40px;
    font-size: 14px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border-radius: 7px;
}

.services .services-box-item-content:before {
    position: absolute;
    top: 0;
    right: 0;
    margin: -60px;
    font-size: 228px;
    opacity: 0.2;
}

.services .services-box-item-content h2 {
    position: relative;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: Capitalize;
    direction: ltr;
}

.services .services-box-item-content p {
    line-height: 23px;
    position: relative;
    margin: 12px 0;
    font-size: 13px;
}

.services[data-icon]:before,
.services[class^="icon-"]:before,
.services[class*=" icon-"]:before {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
}

.services[data-icon]:before {
    content: attr(data-icon);
}

.services[data-icon].after:before {
    content: none;
}

.services[data-icon].after:after {
    content: attr(data-icon);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    margin-left: 4px;
}


/* Testimonials
---------------------------------------- */

.testimonials {
    background: url("../img/sections/testimonials-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}

.testimonials #quote-carousel {
    margin-top: 50px;
}

.testimonials #quote-carousel hr {
    border-top: 1px solid #fff;
}

.testimonials #quote-carousel,
.testimonials #quote-carousel h6 {
    color: #fff;
}

.testimonials #quote-carousel blockquote {
    padding: 0;
    text-align: center;
    font-size: 15px;
    border: none;
}

.testimonials #quote-carousel p {
    font-style: italic;
    color: #fff;
    direction: ltr;
    text-align: center;
}

.testimonials #quote-carousel p:before,
.testimonials #quote-carousel p:after {
    font-family: "FontAwesome";
}

.testimonials #quote-carousel p:before {
    margin-left: 20px;
    content: "\f10d";
}

.testimonials #quote-carousel p:after {
    margin-right: 20px;
    content: "\f10e";
}

.testimonials #quote-carousel h5 {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 500;
}

.testimonials #quote-carousel h6 {
    margin: 0;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.testimonials #quote-carousel .img-responsive {
    margin: 0 auto 25px;
    border: 6px solid #f9f9f9;
    background: #f9f9f9;
    max-width: 100px;
}

.testimonials #quote-carousel .carousel-indicators {
    bottom: -40px;
}

.testimonials #quote-carousel .carousel-indicators li {
    background: #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50%;
}

.testimonials #quote-carousel .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin-bottom: -1px;
}


/* Portfolio
---------------------------------------- */

.portfolio {
    background-color: #fff;
}

.portfolio .nav-pills {
    overflow: hidden;
    margin: 35px 15px 30px;
    text-align: center;
    direction: ltr;
}

.portfolio .nav-pills li {
    margin-left: 15px;
    border-radius: 40px;
    padding: 8px 30px;
    color: #555;
    font-weight: 600;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    float: none;
    text-transform: uppercase;
}

.portfolio .nav-pills li:hover,
.portfolio .nav-pills li.active {
    color: #fff;
}

.portfolio .caption h3 {
    font-size: 16px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    padding-top: 2px;
    direction: ltr;
}

.portfolio .caption p {
    font-size: 13px;
    direction: ltr;
}

.portfolio .caption .custom-button {
    border-radius: 40px;
    font-size: 14px;
    font-weight: 400;
}

.portfolio .caption .custom-button:before {
    content: "\f061";
    margin-top: -10px;
}

.portfolio .filtr-container {
    position: relative;
    overflow: hidden;
}

.portfolio .filtr-container .filtr-item {
    display: block;
    float: right;
    box-sizing: border-box;
}

.portfolio .filtr-container .filtr-item_holder {
    overflow: hidden;
}

.portfolio .filtr-container .image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    border-radius: 4px;
}

.portfolio .thumbnail__portfolio {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
}

.filtr-item {
    padding: 15px;
}


/* Filter controls */

.simplefilter li,
.multifilter li,
.sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 1rem 2rem;
}

.simplefilter li.active {
    background-color: #212121;
}

.multifilter li {
    background-color: #4b9eff;
}

.multifilter li.active {
    background-color: #2265b4;
}


/* Zoom icons */

.zoom-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.zoom-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -13px 0 0 -13px;
    width: 25px;
    height: 26px;
    background: url(../img/projects/icons/zoom-icon.png) 50% 50% no-repeat;
    content: "";
}

.video-icon:before {
    background: url(../img/projects/icons/video-icon.png) 50% 50% no-repeat;
}

.gallery-icon:before {
    background: url(../img/projects/icons/gallery-icon.png) 50% 50% no-repeat;
}

.external-icon:before {
    background: url(../img/projects/icons/external-icon.png) 50% 50% no-repeat;
}

.image-wrap:hover .zoom-icon,
.featured-thumbnail a:hover .zoom-icon {
    opacity: 1;
}

.featured-thumbnail a:hover .zoom-icon {
    visibility: visible;
}


/*** Project Page ***/

.project {
    background: #fff;
}

.project .project-main-content img {
    border-radius: 7px;
}

.project .project-navigation nav ul {
    margin-top: 5px;
}

.project .project-navigation nav ul li {
    display: inline-block;
}

.project .project-navigation nav ul li.next-project {
    float: right;
}

.project .project-navigation nav ul li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}


/* Embed Video */

.project video.responsive-video {
    max-width: 100%;
    height: auto;
}

.videocontainer {
    position: relative;
    padding-bottom: 54.55%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.videocontainer iframe,
.videocontainer object,
.videocontainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* Gallery */

.grid_gallery {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.grid_gallery-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.gallery-item {
    float: left;
    width: 33%;
    margin: 0;
    padding: 0 1px 1px 0;
}

.gallery-item .featured-thumbnail {
    float: none;
}

.featured-thumbnail a {
    position: relative;
    display: block;
    outline: none !important;
}

.project .project-main-content .featured-thumbnail a img {
    border-radius: 0;
}

.single-gallery-item {
    margin: 0 !important;
}


/* Slider */

.project .bx-wrapper {
    margin: 0;
}

.project .bx-wrapper .bx-viewport {
    border-radius: 7px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: none;
    right: 23px;
    position:absolute;
    top:50%;
}
.bx-wrapper .bx-prev {
    left: 23px;
    right: auto;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: inherit;
    border-radius: 50%;
    opacity: .8;
    width: 32px;
    height: 32px !important;
    display: inline-block;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a i {
    width: 32px;
    text-align: center;
    font-size: 21px;
    color: #fff;
    line-height: 31px;
    height: 32px;
}

.bx-wrapper .bx-controls-direction a.bx-prev i {
    padding-right: 2px;
}

.bx-wrapper .bx-controls-direction a.bx-next i {
    padding-left: 3px;
}


/* Project Details */

.project .project-details h3 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
}

.project .project-details ul li {
    padding-bottom: 10px;
}

.project .project-details ul li:last-child {
    padding-bottom: 0;
}

.project .project-details ul li span.detail-name {
    font-weight: 500;
}

.project .project-details ul li span.detail-value {
    text-transform: uppercase;
}

.project .project-details ul li i {
    margin-right: 5px;
}

.project .project-details .custom-button:before {
    content: "\f08e";
    margin-top: -9px;
}


/* Team
---------------------------------------- */

.team {
    background-color: #efefef;
}

.team .container {
    padding: 70px 15px 100px;
}

.team-members {
    margin-top: 40px;
}

.team-member {
    position: relative;
    display: inline-block;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
}

.team-member-img-wrap {
    position: relative;
    display: block;
    outline: 0 !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.team-member-img-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.team-member-caption {
    text-align: center;
    background: #fff;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.team-member .team-member-caption h4 {
    line-height: 0;
    margin-top: 35px;
    text-transform: uppercase;
    margin: 35px 0 25px;
    font-weight: 700;
}

.team-member-caption p {
    padding: 0px 0 18px;
    font-style: italic;
    margin: 0;
}

.team-member-caption .list {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    opacity: 0;
    margin-top: -45px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    will-change: content;
}

.team-member-caption .list li {
    padding: 0;
}

.team-member-caption .list li a {
    color: #fff;
}

.team-member-caption .list li+li {
    margin-left: 5px;
}

.team-member-img-wrap img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.team-member-caption a:hover {
    text-decoration: none;
}

.team-member:hover .team-member-img-wrap:before {
    opacity: 1;
}

.team-member:hover .team-member-caption h4,
.team-member:hover .team-member-caption p {
    color: #fff;
}

.team-member:hover .team-member-caption .list {
    opacity: 1;
}

.team ul.social li a {
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
}

.team ul.social li a:before {
    color: #fff;
    font-size: 20px;
}

.team .social-icons ul.social li a:hover:before {
    font-size: 20px;
}

.team .social-icons ul.social li a:hover {
    background: #fff;
}


/* Facts
---------------------------------------- */

.facts {
    background: url("../img/sections/facts-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}

.fact-badges {
    margin-top: 65px;
    text-align: center;
}

.fact-badges h2 {
    margin-top: 20px;
}

.fact-badges h2 span {
    font-weight: bold;
    font-size: 48px;
}

.fact-badges h2 strong {
    font-weight: 800;
    padding-right: 3px;
}

.fact-badges .fa {
    font-size: 70px;
    color: #fff;
}

.facts .top-text h4 {
    margin: 15px 0 25px;
    font-weight: 400;
}

.facts h4 {
    margin: 25px 0;
    font-weight: 500;
}


/* Call To Action
---------------------------------------- */

.call-to-action {
    background: url("../img/sections/call-to-action-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}

.call-to-action .call-to-action-content {
    margin-top: 40px;
}

.call-to-action .call-to-action-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #fff;
    text-align: left;
    max-width: 260px;
    margin: 0 auto;
}

.call-to-action .call-to-action-content ul li {
    padding-left: 15px;
    margin-bottom: 10px;
}

.call-to-action .call-to-action-content ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -15px;
    margin-right: 12px;
}

.call-to-action .call-to-action-content .custom-button {
    padding: 15px 30px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 260px;
    margin: 0 auto;
    margin-top: 40px;
}

.call-to-action .call-to-action-content .custom-button:before {
    content: "\f234";
    margin-top: -10px;
    right: 55px;
}


/* Newsletter
---------------------------------------- */

.newsletter {
    color: #fff;
    background: url("../img/sections/testimonials-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsletter p {
    color: #fff;
}

.newsletter-content {
    margin-top: 40px;
    direction: ltr;
}

.newsletter form .custom-input-label::before {
    height: 52px;
}

.newsletter form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter .custom-form-group {
    margin-top: 20px;
    margin-bottom: 30px;
}

.newsletter form .custom-button {
    margin-top: 0;
    margin: 0 auto;
    display: block;
    padding: 15px 30px;
    border-radius: 40px;
    width: 260px;
    outline: none;
}

.newsletter form .custom-button span {
    font-size: 15px;
}

.newsletter form .custom-button:before {
    font-size: 13px;
    content: "\f0e0";
    right: 48px;
}


/* Blog
---------------------------------------- */

.blog {
    background-color: #fff;
}


/*** Latest Posts ***/

.latest-posts-content {
    margin-top: 40px;
}

.latest-post {
    position:relative;
    direction: ltr;
}

.latest-post .post-title {
    font-size: 18px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px;
}

.latest-post .post-title a {
    color: #555;
    transition: .1s;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

.latest-post a.img-thumb {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    border-radius: 4px;
    height: 250px;
}

.latest-post a.img-thumb img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.latest-post a.img-thumb:hover img {
    transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    opacity: 1 !important;
}

.latest-post .custom-button {
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}

.latest-post .custom-button:before {
    content: "\f061";
    margin-top: -10px;
}

.latest-post .post-date {
    width: 74px;
    height: 28px;
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: center;
    padding-top: 3px;
    border-radius:4px;
}

.latest-post .post-date span {
    display: block;
    color: #fff;
}

.latest-post .post-date span:first-child {
    font-weight: 400;
    font-size: 14px;
    padding-top: 1px;
}

.latest-post .post-date span:nth-child(2) {
    font-size: 12px;
}


/*** Blog Page ***/

body.blog-page article {
    margin-bottom: 60px;
}

body.blog-page figure {
    margin: 0;
}

body.blog-page figure a img {
    width: 100%;
    border-radius: 4px;
}

body.blog-page article h4 {
    color: #555;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 20px;
    line-height: 34px;
}

body.blog-page.grid-no-sidebar article h4 {
    font-size: 23px;
    line-height: 31px;
}

body.blog-page p.excerpt-blog,
body.blog-page p.content-article {
    margin: 22px 0;
}

body.blog-page article .custom-button {
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}

body.blog-page article .custom-button:before {
    content: "\f061";
    margin-top: -10px;
}

body.blog-page .meta {
    clear: both;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    margin-top: 30px;
}

body.blog-page .banner-area .meta {
    border-top: 0;
    border-bottom: 0;
}

body.blog-page .meta span {
    margin-right: 15px;
    display: inline-block;
}

body.blog-page .meta span i {
    padding-right: 4px;
}


/* Pagination */

body.blog-page .pagination li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

body.blog-page .pagination li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

body.blog-page .pagination li a:hover {
    background: #ddd;
}

body.blog-page .pagination li a {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 9px 16px;
    font-size: 15px;
}

body.blog-page .pagination li.active a {
    color: #fff;
}


/* Comments */

.comments-heading {
    margin: 40px 0 25px;
    text-transform: uppercase;
    color: #555;
}

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.comments-list .comment {
    margin-bottom: 30px;
    background: #efefef;
    padding: 25px;
    border-radius: 7px;
}

.comments-list img.comment-avatar {
    width: 82px;
    height: 82px;
    border-radius: 100%;
    margin-right: 25px;
}

.comments-list .comment-body {
    margin-left: 110px;
}

.comments-list .comment-author {
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

.comments-list .comment-content {
    font-size: 13px;
}

.comments-list .comment-date {
    font-size: 12px;
}

.comments-list .comment-content {
    margin: 15px 0;
}

.comments-list .comment-reply {
    text-transform: uppercase;
    font-weight: 600;
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 96px;
}


/* Comments Form */

.comments-heading.add-comment {
    margin: 0 0 50px;
}

.comments-form {
    margin-bottom: 0;
}

.comments-form .title-normal {
    margin-top: 0;
    line-height: normal;
    margin-bottom: 25px;
}

.comments-form .form-group {
    margin-bottom: 30px;
}

.custom-form textarea {
    padding: 15px;
    height: 150px;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f2f2f2;
    transition: .2s;
}

.custom-form input[type=text],
.custom-form input[type=password],
.custom-form input[type=email] {
    box-shadow: none;
    height: 42px;
    padding-left: 15px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    font-size: 13px;
    transition: .2s;
}

body.blog-page article .comments-form .custom-button:before {
    content: "\f075";
}

.custom-form input[type=text]:focus,
.custom-form input[type=text]:active,
.custom-form input[type=email]:focus,
.custom-form input[type=email]:active,
.custom-form input[type=password]:focus,
.custom-form input[type=password]:active,
.custom-form textarea:focus,
.custom-form textarea:active {
    border: 1px solid #ccc;
    box-shadow: none;
    background: #ece4e4;
}

.comments-form.custom-form .custom-button {
    margin-top: 0;
}


/*** Sidebar ***/

.sidebar .widget-title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: normal;
    text-transform: uppercase;
    color: #333;
}

.widget {
    background: #efefef;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 7px;
}


/* Recent Posts Widget */

.widget.recent-posts ul li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.widget.recent-posts ul li:first-child {
    padding-top: 0;
}

.widget.recent-posts ul li:last-child {
    border: 0;
    border-bottom:0 !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget.recent-posts .posts-thumb {}

.widget.recent-posts .posts-thumb img {
    margin-right: 15px;
    width: 90px;
    height: 70px;
    border-radius: 3px;
}

.widget.recent-posts .post-info .entry-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.widget.recent-posts .post-info .post-meta {
    margin-bottom: 0;
}

.widget.recent-posts .entry-title a {
    color: #777;
    font-weight: 600;
}

.widget.recent-posts .post-date {
    font-weight: 400;
    color: #999;
    text-transform: capitalize;
    font-size: 12px;
}


/* Navigation Widget */

.sidebar ul.nav-tabs {
    border: 0;
}

.sidebar ul.nav-tabs li a {
    color: #777;
    border-radius: 0;
    padding: 0;
    padding-left: 0;
    font-weight: 600;
    display: inline-block;
    border-left: 0;
    margin: 0;
    font-size: 13px;
}

.sidebar ul.nav-tabs li {
    line-height: normal;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    float: none;
    text-align: left;
}

.sidebar ul.nav-tabs li:first-child {
    padding-top: 0;
}

.sidebar ul.nav-tabs li:last-child {
    border-bottom: 0;
}


/* Tags Widget */

.widget-tags ul>li {
    display: inline-block;
    margin: 6px 6px 6px 0;
}

.widget-tags ul>li a {
    color: #999;
    border: 1px solid #999;
    display: block;
    font-size: 13px;
    padding: 5px 15px;
    font-weight: 600;
    border-radius: 3px;
    transition: 0.1s;
}

.widget-tags ul>li a:hover {
    color: #fff;
}


/* Pricing
---------------------------------------- */

.pricing {
    background: #efefef;
}

.pricing-page .pricing {
    background: #fff;
}

.pricing-tables-content {
    margin-top: 25px;
}

.pricing-page .pricing h1.monthly {
    padding-bottom: 25px;
}

.pricing-page .pricing h1.yearly {
    padding: 70px 0 30px;
}

.pricing-tables-content.pricing-page {
    margin-top: 0;
}

.pricing-tables-content .header {
    height: 100px;
    line-height: 170px;
    position: relative;
}

.pricing h3 {
    color: #fff;
    text-transform: uppercase;
}

.pricing h3.sell-title {
    margin-top: 50px;
}

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

.pricing-switcher>p {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 15px 0 -5px;
    padding-right: 4px;
    background: #aba8a8;
    border-radius: 40px;
}

.pricing-switcher span.switch {
    border-radius: 40px;
}

.pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 105px;
    height: 42px;
    line-height: 49px;
    padding-left: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.pricing-switcher label.switch-1.active,
.pricing-switcher label.switch-2.active {
    color: #fff;
}

.pricing-switcher .switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 43px;
    width: 105px;
    border-radius: 0;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked+label+.switch,
.pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.switch {
    -webkit-transform: translateX(105px);
    -moz-transform: translateX(105px);
    -ms-transform: translateX(105px);
    -o-transform: translateX(105px);
    transform: translateX(105px);
}

.no-js .pricing-switcher {
    display: none;
}

.pricing-list {
    margin: 32px 0 0;
    list-style-type: none;
}

.pricing-list .badge-popular {
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 130px;
    width: 143px;
    text-align: center;
    z-index: 0;
    right: 0;
    border-top-right-radius: 7px;
}

.pricing-list .popular {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0px 10px 60px;
    width: 280px;
    text-align: center;
    display: block;
    position: absolute;
    left: -60px;
    top: 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(44deg);
}

.pricing-list>li {
    position: relative;
    margin-bottom: 16px;
}

.pricing-wrapper {
    position: relative;
    list-style-type: none;
    padding: 0;
}

.touch .pricing-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: rotate 0.5s;
    -moz-animation: rotate 0.5s;
    animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse 0.5s;
    -moz-animation: rotate-inverse 0.5s;
    animation: rotate-inverse 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: rotate-back 0.5s;
    -moz-animation: rotate-back 0.5s;
    animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse-back 0.5s;
    -moz-animation: rotate-inverse-back 0.5s;
    animation: rotate-inverse-back 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}

.pricing-wrapper>li {
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

.pricing-page .pricing-wrapper>li {
    background-color: #f2f2f2;
}

.pricing-wrapper>li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
    background: -webkit-linear-gradient( right, #FFFFFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}

.pricing-wrapper>li.is-ended::after {
    display: none;
}

.pricing-wrapper .is-visible {
    position: relative;
    z-index: 5;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
}

.pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
    z-index: 3 !important;
}

.no-js .pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 16px;
}

.price {
    margin-top: 45px;
    color: #fff;
}

.pricing-header {
    position: relative;
    z-index: 1;
    height: 80px;
    padding: 16px;
    pointer-events: none;
    background-color: #3aa0d1;
    color: #FFFFFF;
}

.pricing-header h2 {
    margin-bottom: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.currency,
.value {
    font-size: 120px;
    font-weight: 300;
}

.pricing-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
    overflow: hidden;
}

.pricing-features {
    padding: 0;
}

.pricing-features:after {
    content: "";
    display: table;
    clear: both;
}

.pricing-features li {
    width: 100px;
    float: left;
    padding: 25px 16px;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
}

.pricing-features em {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.pricing-footer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
}

.pricing-footer::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
}

.pricing-footer a {
    display: block;
    margin: 0 30px;
}

.select {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.pricing-tables-content .header {
    height: 160px;
    line-height: 280px;
}

.pricing-list {
    margin: 48px 0 0;
    padding: 0;
}

.pricing-list:after {
    content: "";
    display: table;
    clear: both;
}

.pricing-list>li {
    float: left;
    padding: 0 15px;
}

.pricing-wrapper>li::before {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
}

.pricing-wrapper>li::after {
    display: none;
}

.pricing-header {
    height: auto;
    padding: 30px;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

.popular .pricing-header {
    color: #e97d68;
    background-color: transparent;
}

.pricing-header h2 {
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 45px;
    line-height: 1.8rem;
    color: #666;
    letter-spacing: 1px;
    font-weight: 300;
}

.price-content .value {
    font-size: 6rem;
    font-weight: 400;
    color: #555;
}

.price-content .duration {
    font-size: 1.4rem;
    font-weight: 700;
    font-size: 1.3rem;
    color: #8dc8e4;
    text-transform: uppercase;
}

.price-content .duration:before {
    content: '/';
    margin-right: 2px;
}

.price-content .currency {
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
    color: rgba(23, 61, 80, 0.4);
    font-size: 20px;
}

.pricing-body {
    overflow-x: visible;
}

.pricing-features {
    width: auto;
}

.pricing-features li {
    float: none;
    width: auto;
    padding: 14px;
    border-bottom: 1px solid #eee;
}

.pricing-page .pricing-features li {
    border-bottom: 1px solid #ddd;
}

.pricing-footer .custom-button {
    padding: 10px 25px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}

.pricing-footer .custom-button:before {
    content: "\f07a";
    margin-top: -10px;
    right: 86px;
}

.pricing-features em {
    display: inline-block;
    margin-bottom: 0;
}

.pricing-footer {
    position: relative;
    height: auto;
    padding: 30px 0;
    text-align: center;
}

.pricing-footer::after {
    display: none;
}

.select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 20px 48px;
    color: #FFFFFF;
    border-radius: 2px;
    background-color: #0c1f28;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.no-touch .select:hover {
    background-color: #112e3c;
}


/* Keyframes */

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@-webkit-keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@-webkit-keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}

@-moz-keyframes rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
}

@keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@-webkit-keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}


/* Video Promotion
---------------------------------------- */

.videopromotion {
    color: #fff;
    background: url("../img/sections/video-bg.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.videopromotion p {
    color: #fff;
    direction: ltr;
}

.btn-wrapper {
    margin-top: 70px
}

.btn-wrapper a {
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 80px;
    position: relative;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 80px;
    outline: none;
}

.btn-wrapper a:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 26px;
    left: 50%;
    line-height: 41px;
    margin-left: -7px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

.btn-wrapper a:hover {
    border-width: 22px;
}

.btn-wrapper a:hover:before {
    color: #fff;
}


/* Contact
---------------------------------------- */

.contact {
    background-color: #efefef;
}

.contact .container:first-child {
    padding: 70px 15px 30px !important;
}


/* Google Map */

.gmap_container {
    overflow: hidden;
    height: 710px;
    width: 100%;
}

.contact #gmap_canvas {
    height: 710px;
    width: 100%;
}

.contact #gmap_canvas img {
    max-width: none!important;
    background: none!important;
}

.contact #gmap_canvas strong {
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.info-map {
    position: relative;
    clear: both;
    border-bottom: 1px solid #ccc;
}

.map-info-window {
    padding: 6px;
}

.info-map-gmap {
    height: 450px;
}

.info-map-boxes {
    zoom: 1;
    position: relative;
    margin-top: -255px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.info-map-boxes:before {
    content: "";
    display: table;
}

.info-map-boxes:after {
    content: "";
    display: table;
    clear: both;
}

.info-map-boxes-item {
    padding: 18px 20px 15px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: inherit;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 0 7px rgba(0, 0, 0, 0.15);
}

.info-map-boxes-item:before {
    float: right;
    margin: 0;
    padding: 10px 0 0 30px;
    font-size: 70px;
    background: #fff;
}

.info-map-boxes-item:hover,
.info-map-boxes-item:focus {
    text-decoration: none;
}

.info-map-boxes-item h1 {
    margin: 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
}

.info-map-boxes-item p {
    margin: 11px 0 0;
    line-height: 25px;
    font-size: 13px;
}


/* Contact Form */

.contactform {
    color: #fff;
    background: url("../img/sections/contactform-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}

.contactform .form-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 60px 0 30px;
}

.custom-form-group {
    margin-bottom: 20px;
}

.custom-form-group .input-group .input-group-addon {
    padding: 0px 13px;
    font-size: 18px;
    border: none;
    color: white;
}

.form-inputs .form-control {
    height: 40px;
}

.form-inputs .form-control {
    background: #fff;
    border-radius: 30px;
    box-shadow: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.custom-form-group textarea {
    width: 100%;
    padding: 20px 0 0 25px;
}

.form-inputs .form-group textarea:focus,
.form-inputs .form-group .form-control:focus {
    outline: 0px !important;
    -webkit-appearance: none;
}

.submit-form button {
    padding: 14px 26px;
    border-radius: 40px;
    display: block;
    font-weight: 600;
    margin: 0 auto;
    width: 100%;
    outline: none;
    font-size: 16px;
}

.submit-form button:before {
    right: 102px;
    font-size: 14px;
    margin-top: -9px;
}

.contactform .output_message {
    padding: 8px;
    margin-bottom: 17px;
    border-radius: 2px;
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.contactform .output_message.success {
    background: #28a745;
    padding: 15px;
}

.contactform .output_message.success:before {
    font-family: FontAwesome;
    content: "\f14a";
    padding-right: 10px;
}

.contactform .output_message.error {
    background: #dc3545;
    padding: 15px;
}

.contactform .output_message.error:before {
    font-family: FontAwesome;
    content: "\f071";
    padding-right: 10px;
}

.contactform .output_message_holder {
    display: none;
}


/* Logos Slider */

.logos {
    background-color: #fff;
}

.bx-wrapper {
    margin: 80px 0;
    box-shadow: none;
}

ul.bxslider img {
    opacity: 0.7;
}


/* Banner */

.banner {
    background-image: url('../img/banner.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

.banner.banner-blog-post {
    background-image: url('../img/blog/banner-blog.jpg');
    background-size: initial;
}

.blog-page .banner-blog-post .meta span {
    color: #ccc
}

.blog-page .banner-blog-post .meta,
body.dark.blog-page .banner-blog-post .meta {
    border-top: 0;
    border-bottom: 0;
}

.banner .content {
    background-color: rgba(0, 0, 0, .8);
    padding: 200px 0;
    width: 100%;
}

.banner .content h1,
.banner .breadcrumb>li {
    color: #fff !important;
}

.banner hr {
    width: 80px;
    margin-top: 32px;
    margin-bottom: 22px;
}


/* Breadcrumb */

.banner .breadcrumb {
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0 0;
    background: transparent;
    direction: ltr;
}

.banner .breadcrumb>li {
    font-weight: 400;
}

.banner .breadcrumb>li a {
    font-weight: 700;
    color: #fff;
}

.banner .breadcrumb>li a:hover {
    opacity: .9;
}

.banner .breadcrumb>li+li:before {
    color: #fff;
}


/* Auth Pages */

.auth-page {
    background: #fff;
}

.user-auth {
    padding: 0;
}

.user-auth .logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-left: 30px;
    margin-top: 30px;
}

.user-auth .logo img {
    width: 110px;
}

.user-auth>div {
    padding: 0;
}

.user-auth>div:nth-child(2) {
    height: 100vh;
    background: #fff;
}

.user-auth>div:nth-child(2) .copyright-text {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 3px;
    opacity: .8;
}

.user-auth>div:nth-child(2) .form-container {
    display: table;
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 0;
}

.user-auth>div:nth-child(2) .form-container>div {
    display: table-cell;
    vertical-align: middle;
}

.user-auth>div:nth-child(2) .form-container form {
    max-width: 450px;
    margin: 0 auto;
}

.user-auth>div:nth-child(2) .form-container form .form-group {
    margin: 0 auto;
    margin-bottom: 30px;
}

.user-auth>div:nth-child(2) .form-container .custom-button {
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.user-auth>div:nth-child(2) .form-container .custom-button:before {
    content: "\f234";
    margin-top: -10px;
}

.user-auth>div:nth-child(2) .form-container .custom-button.login:before {
    content: "\f090";
    margin-top: -9px;
}

.user-auth>div:nth-child(2) .form-container p {
    text-transform: uppercase;
    margin-bottom: 40px;
}

.user-auth>div:nth-child(2) .form-container p.info-form {
    margin-bottom: 30px;
    font-size: 14px;
}

.user-auth>div:nth-child(2) .form-container .form-group p {
    font-size: 12px;
}


/* Carousel Testimonials */

#carousel-testimonials .item {
    height: 100vh;
    color: #fff;
    -webkit-background-size: cover;
    background-position: center center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    background-attachment: initial;
}

#carousel-testimonials .item.item-1 {
    background-image: url('../img/testimonial/auth-page/bg-user.jpg');
}

#carousel-testimonials .item.item-2 {
    background-image: url('../img/testimonial/auth-page/bg-user-2.jpg');
}

#carousel-testimonials .item.item-3 {
    background-image: url('../img/testimonial/auth-page/bg-user-3.jpg');
}

#carousel-testimonials .carousel-control {
    display: none;
}

#carousel-testimonials .item>div {
    position: absolute;
    bottom: 0;
}

#carousel-testimonials .item>div:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 480px;
    background-image: -webkit-linear-gradient(91deg, #141516 7%, rgba(43, 51, 65, 0) 100%);
    background-image: linear-gradient(-1deg, #141516 7%, rgba(43, 51, 65, 0) 100%);
}

#carousel-testimonials blockquote {
    border-left: 0;
    padding: 10px 30px;
}

#carousel-testimonials blockquote p {
    position: relative;
    margin-bottom: 40px;
    font-style: italic;
    color: #fff;
    line-height: 31px;
}

#carousel-testimonials blockquote p:before,
#carousel-testimonials blockquote p:after {
    font-family: "FontAwesome";
}

#carousel-testimonials blockquote p:before {
    margin-right: 20px;
    content: "\f10d";
}

#carousel-testimonials blockquote p:after {
    margin-left: 20px;
    content: "\f10e";
}

#carousel-testimonials blockquote footer {
    font-size: 12px;
    text-transform: uppercase;
}

#carousel-testimonials blockquote footer span {
    color: #eee;
}

#carousel-testimonials .carousel-indicators {
    text-align: left;
    width: 100%;
    left: 0;
    margin-left: 0;
    padding-right: 30px;
    margin-bottom: 5px;
}

#carousel-testimonials .carousel-indicators li {
    display: inline-block;
    background-color: #fff;
    border: 0;
    margin-right: 5px;
}

#carousel-testimonials .carousel-indicators li:last-child {
    margin-right: 0;
}


/* Fix Bootstrap Carousel Bug in Firefox (Replace Slide by Fade) */

@-moz-document url-prefix() {
    .carousel-fade .carousel-inner .item {
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }
    .carousel-fade .carousel-inner .item,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        opacity: 0;
    }
    .carousel-fade .carousel-inner .active,
    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }
    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-control {
        z-index: 2;
    }
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
        height: 100%;
    }
}


/*** Error Page ***/

body.error-page .error {
    height: 100vh;
    background-image: url('../img/backgrounds/404.jpg');
    background-size: cover;
    background-position: center center;
    padding: 0;
}

body.error-page.server-error-page .error {
    background-image: url('../img/backgrounds/503.jpg');
}

body.error-page .error .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

body.error-page .logo img {
    margin: 0 auto;
    padding-top: 30px;
}

body.error-page .error>div {
    display: table;
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 0;
    background: rgba(17, 17, 17, .9);
}

body.error-page .error>div>div {
    display: table-cell;
    vertical-align: middle;
}

body.error-page .error h3 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.error-page .error .big-404 {
    font-size: 220px;
    line-height: 220px;
    color: #999;
    font-weight: 300;
    margin-top: 70px;
}

body.error-page .error p {
    color: #999;
    font-size: 15px;
    padding: 20px 0;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 530px;
}

body.error-page .error .custom-button:before {
    content: "\f015";
}

body.error-page .error .custom-button.refresh:before {
    content: "\f021";
}


/*** Coming Soon Page ***/

body.error-page.coming-soon .error {
    background-image: url('../img/backgrounds/coming-soon.jpg');
}

body.error-page.coming-soon .coming-soon-title {
    margin-top: 70px;
}

.countdown {
    margin: 10px 0 40px;
}

.countdown-section {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    color: #888;
    text-transform: capitalize;
    padding: 0 20px;
}

.countdown-amount {
    display: block;
    font-size: 45px;
    margin-bottom: 15px;
}


/*** FAQ Panels ***/

.faq {
    background: #fff;
}

.faq .container {
    padding: 100px 15px;
}

.panel-group {
    margin-bottom: 80px;
}

.panel-default>.panel-heading {
    background: none;
    border-radius: 0;
    position: relative;
    padding: 15px;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: -6px;
}

.panel-group .panel:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.panel-group .panel:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.panel.panel-default {
    background: transparent;
    border-color: #ddd;
    box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    line-height: 30px;
}

h4.panel-title {
    font-size: 17px;
    background: none;
    border: 0;
    padding: 8px 0 8px 30px;
    line-height: normal;
    border-radius: 0;
    text-transform: uppercase;
}

h4.panel-title a.collapsed {
    color: #555;
}

h4.panel-title span {
    float: right;
}

h4.panel-title a:before,
h4.panel-title a.collapsed:before {
    font-family: "FontAwesome";
    position: absolute;
    z-index: 0;
    font-size: 12px;
    left: 15px;
    padding: 0 5px;
    text-align: center;
    top: 50%;
    margin-top: -7px;
}

h4.panel-title a:before {
    content: "\f106";
}

h4.panel-title a.collapsed:before {
    content: "\f107";
}

.panel-body ul {
    padding-left: 25px;
}


/*** Terms of Services ***/

.terms {
    background: #fff;
}

.terms p {
    margin-bottom: 45px;
}


/*** Shopping Cart ***/

.shop-cart {
    background: #fff;
}

.shop-cart .table-responsive .table.order {
    margin-bottom: 35px;
}

.shop-cart table.order thead tr {
    background: #efefef;
    color: #555;
    text-transform: uppercase;
}

.shop-cart .table thead>tr>th {
    padding: 20px 0;
    font-size: 15px;
}

.shop-cart .table-responsive .table.order tr td {
    vertical-align: middle;
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 0;
}

.shop-cart .table h6 {
    font-size: 18px;
    color: #555;
}

.shop-cart .table .icon-delete-product {
    color: #555;
}

.shop-cart .table td span.price {
    font-weight: 700;
    color: #555;
}

.shop-cart .row-buttons {
    margin-left: 15px;
    margin-right: 15px;
}

.shop-cart .form-control {
    /* max-width: 135px; */
    display: inline-block;
    /* text-align: center; */
}

.shop-cart .btn.btn-coupon,
.shop-cart .btn.btn-update-cart {
    background: transparent;
    color: #999;
    border: 1px solid #999;
}

.shop-cart .btn.btn-primary.btn-coupon:hover,
.shop-cart .btn.btn-primary.btn-coupon:focus,
.shop-cart .btn.btn-primary.btn-coupon:active,
.shop-cart .btn.btn-update-cart:hover,
.shop-cart .btn.btn-update-cart:focus,
.shop-cart .btn.btn-update-cart:active {
    background: transparent !important;
}

.shop-cart .form-control,
.shop-cart button {
    font-size: 13px;
    /* float: left; */
    /* margin-top: 0; */
    background: #504d4d;
}

.shop-cart .form-control {
    /* border-radius: 30px; */
    px; */
    /* height: 46px !important; */
    /* margin-right: 15px; */
}

.shop-cart .secondary-button {
    background: transparent;
    border-radius: 30px;
    height: 46px;
    padding: 0 30px;
    transition: .2s;
    text-transform: uppercase;
    font-weight: 600;
    outline: none !important;
}

.shop-cart .secondary-button:hover,
.shop-cart .secondary-button:focus,
.shop-cart .secondary-button:active {
    color: #fff;
}

.shop-cart .secondary-button.update-cart {
    float: right;
}

.shop-cart .checkout-button,
.shop-checkout .checkout-button {
    float: right;
    margin-top: 0;
}

.shop-cart .checkout-button.custom-button:before,
.shop-checkout .checkout-button.custom-button:before {
    content: "\f07a";
}

.shop-cart h4.title-totals {
    color: #555;
    text-transform: uppercase;
    margin: 70px 0 20px;
    font-weight: 600;
}

.shop-cart .table.cart-total {
    margin-top: 20px;
}

.shop-cart .table.cart-total .section-border {
    border-bottom: 1px solid #eee;
}

.shop-cart .table.cart-total th {
    font-weight: 400;
    text-transform: capitalize;
    border: none;
}

.shop-cart .table.cart-total th.total .price {
    font-weight: 800;
    font-size: 20px;
    color: #333;
}

.shop-cart .price {
    color: #333;
}

.shop-cart .table,
.shop-checkout .table {
    border: 0;
}

.shop-cart .table thead>tr>th,
.shop-checkout .table thead>tr>th {
    border-bottom: none;
}

.shop-cart .table thead>tr>th,
.shop-checkout .table thead>tr>th,
.shop-cart .table tbody>tr>th,
.shop-cart .table tfoot>tr>th,
.shop-cart .table thead>tr>td,
.shop-cart .table tbody>tr>td,
.shop-cart .table tfoot>tr>td,
.shop-checkout .table tbody>tr>th,
.shop-checkout .table tfoot>tr>th,
.shop-checkout .table thead>tr>td,
.shop-checkout .table tbody>tr>td,
.shop-checkout .table tfoot>tr>td {
    border: 0;
}

.shop-cart .table tbody>tr,
.shop-checkout .table tbody>tr {
    border-bottom: 1px solid #eee;
}

.shop-cart .quantity {
    text-align: center;
    font-size: 12px;
    background: #efefef;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 82px;
    height: auto;
    display: inline-block;
}

.shop-cart .qty {
    text-align: center;
    width: 26px;
}

.shop-cart .qty,
.shop-cart input.qtyplus,
.shop-cart input.qtyminus {
    background: #efefef;
    border: 0;
    outline: none;
}

.shop-cart input.qtyplus,
.shop-cart input.qtyminus {
    font-size: 15px;
}


/* Checkout Page */

.shop-checkout {
    background: #fff;
}

.shop-checkout h3 {
    color: #555;
    text-transform: uppercase;
    margin: 45px 0 25px;
}

.shop-checkout .form-group {
    margin-bottom: 30px;
}

.shop-checkout textarea {
    height: 150px;
    padding: 15px 20px;
}

.shop-checkout select {
    height: 42px;
    box-shadow: none;
    outline: none;
    border: 1px solid #ddd;
    background: #f2f2f2;
    text-transform: uppercase;
    font-size: 13px;
    color: #999;
}

.shop-checkout .form-group select.form-control:focus {
    outline: none !important;
    box-shadow: none;
    border: 1px solid #ddd;
}

.shop-checkout .checkout table.products thead tr {
    background: #efefef;
}

.shop-checkout .checkout table.products th.with-bg {
    background: #efefef;
}

.shop-checkout .checkout table.products td.text-price {
    color: #555;
}

.shop-checkout .checkout table.products td.text-price.big-price {
    font-size: 20px;
    font-weight: 800;
}

.products>thead>tr>th,
.products>thead>tr>td,
.products>tbody>tr>th,
.products>tbody>tr>td,
.products>tfoot>tr>th,
.products>tfoot>tr>td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.66667;
    vertical-align: middle;
    border-top: 1px solid;
}

.shop-checkout .checkout .payment .cheque,
.shop-checkout .checkout .payment .paypal {
    background: #efefef;
    padding: 30px;
    margin-bottom: 30px;
}

.shop-checkout .checkout .payment .cheque {
    margin-bottom: 1px;
}

.shop-checkout .checkout .payment .radio {
    display: inline-block;
    margin-right: 15px;
}

.shop-checkout .checkout .payment .payment-cards {
    margin-top: 10px;
    padding-bottom: 15px;
}

.shop-checkout .checkout .payment .payment-cards img {
    margin: 0 5px 5px 0;
}

.tooltip.top .tooltip-inner {
    padding: 20px;
    width: 290px;
    min-width: 290px;
    line-height: 19px;
    text-align: left;
}

.checkbox input[type=checkbox],
.shop-checkout .checkout .payment input[type=radio] {
    margin-top: 4px;
}


/* Social media */

.social-icons ul {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

.social-icons ul li {
    display: inline-block;
    margin: 0 15px 15px 0;
    padding: 0;
    vertical-align: top;
    list-style: none;
}

.social-icons ul li a {
    background: transparent;
    display: block;
    width: 63px;
    height: 63px;
    line-height: 59px;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
}

.social-icons ul li a:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #fff !important;
}

.social-icons ul li a:hover:before {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #fff !important;
}

.social-icons ul li a:before {
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    font-family: FontAwesome;
    font-size: 30px;
    text-align: center;
}

.social-icons ul li a[title="facebook"]:before {
    content: "\f09a";
}

.social-icons ul li a[title="twitter"]:before {
    content: "\f099";
}

.social-icons ul li a[title="google"]:before {
    content: "\f0d5";
}

.social-icons ul li a[title="skype"]:before {
    content: "\f17e";
}

.social-icons ul li a[title="instagram"]:before {
    content: "\f16d";
}

.social-icons ul li a[title="linkedin"]:before {
    content: "\f0e1";
}

.social-icons ul li a[title="youtube"]:before {
    content: "\f167";
}

.social-icons ul li a[title="whatsapp"]:before {
    content: "\f232";
}

.social-icons ul li a[title="telegram"]:before {
    content: "\f1d8";
}


/* Back To Top
---------------------------------------- */

#back-top {
    display: none;
    margin: 0;
}

#back-top-wrapper {
    position: fixed;
    right: 26px;
    bottom: 26px;
    overflow: hidden;
    z-index: 1111;
}

#back-top a {
    display: block;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
    width: 45px;
    margin: 0 auto;
    border-radius: 50%;
}

#back-top a:hover span:before {
    top: -50px;
}

#back-top a:hover span:after {
    top: 0;
}

#back-top a:hover span {
    background: none;
}

#back-top span {
    display: block;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
    margin-bottom: 0;
    width: 41px;
    height: 41px;
    background: none;
    position: relative;
    overflow: hidden;
}

#back-top span:before,
#back-top span:after {
    content: "\f062";
    font-size: 19px;
    font-family: FontAwesome;
    line-height: 41px;
    position: absolute;
    left: 0;
    width: 41px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#back-top span:before {
    top: 0;
}

#back-top span:after {
    top: 50px;
    color: #fff;
}


/* Inputs */

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.input-field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    -webkit-appearance: none;
}

.input-field:focus {
    outline: none;
}

.input-label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-input {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    width: 100%;
}

.custom-input-field {
    padding-left: 51px;
    width: 100%;
    background: transparent;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    height: 50px;
    border-radius: 4px;
}

.custom-input-field:focus {
    outline: 0px !important;
    -webkit-appearance: none;
}

.custom-input-field:focus .custom-input {
    background: blue;
}

.custom-input-label {
    position: absolute;
    padding: 14px;
    width: 52px;
    height: 50px;
}

.contactform textarea {
    color: #aaa;
    border-radius: 30px;
    box-shadow: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.custom-input-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50px;
    height: 50px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.icon-field {
    color: #fff;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0;
}

.custom-input-field:focus {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.custom-input-field:focus+.custom-input-label::before {
    -webkit-transform: scale3d(0.8, 1, 1);
    transform: scale3d(0.8, 1, 1);
}

.custom-input-field:focus+.custom-input-label .icon-field {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
}


/* [ FOOTER ] */


/*================================================== */

.footer {
    background: #111;
}

.footer .container {
    padding: 80px 15px 0;
}

.footer .top-footer>.row {
    padding-bottom: 30px;
}

.footer .top-footer h4 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
}


/*** Menu ***/

.footer .top-footer ul {
    padding: 0;
}

.footer .top-footer .menu ul {
    list-style-type: none;
}

.footer .top-footer .menu ul li {
    margin-bottom: 17px;
}

.footer .top-footer .menu ul li a,
.footer .top-footer .menu ul li span {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: .1s;
    letter-spacing: 1px;
}

.footer .top-footer .menu ul li span {
    color: #ddd;
}

.footer .top-footer .menu ul li a:hover {
    color: #fff;
}

.footer .top-footer .menu ul li span i {
    padding-right: 3px;
}

.top-footer .contacts>div {
    padding-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}


/*** Social Icons ***/

.footer .social-icons {
    padding-top: 10px;
}

.footer .social-icons ul li {
    margin: 0 10px 15px 0;
}

.footer .social-icons ul li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
}

.footer .social-icons ul li a:before {
    font-size: 19px;
}

.facts-footer>div {
    width: 49%;
    display: inline-block;
}

.facts-footer>div:first-child h5,
.facts-footer>div:nth-child(2) h5 {
    margin-top: 0;
}

.facts-footer>div {
    margin-bottom: 18px;
}

.facts-footer>div h5 {
    font-size: 30px;
    font-weight: 500;
    margin: 15px 0 12px;
}

.facts-footer>div span {
    text-transform: uppercase;
    font-size: 12px;
    color: #ddd;
}


/*** Copyright Bar ***/

.footer .bottom-footer p {
    margin: 0;
    font-size: 13px;
    border-top: 1px solid #222;
    padding: 17px 0;
    color: #ddd;
    direction: ltr;
}

.footer .bottom-footer p a:hover {
    color: #fff;
}

.footer hr {
    background-color: #1d1d1d;
    border: 0;
    height: 1px;
    margin: 6px 0 17px;
}


/* Responsive Design Styles
---------------------------------------- */

@media (min-width: 1200px) {
    ul.navbar-nav>li.visible-md.visible-lg {
        display: inline-block !important;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    body.double-diagonal .about .container {
        padding: 50px 15px 90px !important;
    }
    body.double-diagonal .projectmanager .section-overlay {
        padding: 110px 0 140px;
    }
    body.double-diagonal .team .container {
        padding: 50px 15px 130px !important;
    }
    body.double-diagonal .services .container {
        padding: 50px 15px 90px !important;
    }
    body.double-diagonal .newsletter .section-overlay, body.double-diagonal .call-to-action .section-overlay {
        padding: 110px 0 160px;
    }
}

@media (min-width:991px) {
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }
    .top-footer>.row>div:nth-child(4) {
        margin-top: 25px;
    }
    .shop-checkout .table {
        margin-bottom: 30px;
    }
}


/* Large Devices */

@media (max-width: 1199px) {
    .newsletter .custom-form-group {
        padding: 0;
    }
    .projectmanager {
        text-align: center;
    }
    .projectmanager .img-responsive {
        float: none;
        margin: 0 auto 50px;
    }
}

@media (max-width: 1199px) and (min-width:992px) {
    ul.nav.nav-tabs li a,
    ul.nav.nav-tabs li.active a {
        padding: 0 15px;
    }
    .sidebar ul.nav.nav-tabs li a {
        padding-left: 0;
    }
    .about ul.nav.nav-tabs li:first-child>a {
        padding-left: 0;
    }
    .pricing-footer .custom-button:before {
        right: 56px;
    }
}


/* Small Devices */

@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    ul.navbar-nav {
        padding-bottom: 62px;
    }
    ul.navbar-nav li.dropdown ul.dropdown-menu li a,
    .header-fixed ul.navbar-nav li.dropdown ul.dropdown-menu li a {
        padding: 10px 20px 10px 40px;
    }
    body.dark .navbar-collapse,
    body.dark .navbar-collapse.in {
        background: #222;
        border-bottom: 1px solid #343434;
    }
    body.dark ul.navbar-nav>li>a,
    body.dark .header-fixed ul.navbar-nav>li>a {
        border-top: 1px solid #343434;
    }
    .navbar-collapse.in {
        overflow-x: hidden;
        overflow-y: auto;
        padding-right: 17px;
    }
    ul.navbar-nav>li.open>a,
    ul.navbar-nav>li.open>a:hover,
    ul.navbar-nav>li.open>a:focus,
    ul.navbar-nav>li.open>a:active {
        border: 1px solid #f6f6f6;
        border-left: 0;
        border-right: 0;
    }
    body.dark ul.navbar-nav>li.open>a,
    body.dark ul.navbar-nav>li.open>a:hover,
    body.dark ul.navbar-nav>li.open>a:focus,
    body.dark ul.navbar-nav>li.open>a:active {
        border-top: 1px solid #343434;
        border-bottom: 1px solid #343434;
        border-left: 0;
        border-right: 0;
    }
    .pagination {
        margin-bottom: 80px;
    }
    .blog-left-sidebar .pagination,
    .blog-grid-no-sidebar .pagination {
        margin-bottom: 20px;
    }
    .project .project-details h3 {
        margin-top: 50px;
    }
    .services .services-box-item-cover {
        display: none;
    }
    .services .services-box {
        margin: 30px -9px;
    }
    .services .services-box-item-cover,
    .services .services-box-item-content {
        transform: none;
        transition: none;
    }
    .services .services-box-item {
        margin: 28px 0;
    }
    .projectmanager {
        text-align: center;
    }
    .projectmanager .img-responsive {
        float: none;
        margin: 0 auto 50px;
    }
    .about .about-content .title-about {
        margin-top: 0;
    }
    .about-right-side {
        padding-top: 50px;
    }
    .team-member {
        margin-bottom: 30px;
    }
    .newsletter form .custom-button {
        position: relative;
        margin-top: 20px;
        width: 100%;
    }
    .newsletter form .form-group input {
        padding-right: 0;
    }
    .submit-form button:before {
        right: 260px;
    }
    .custom-button:before {
        display: none !important;
    }
    .custom-button span {
        transform: none !important;
    }
    .header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header {
        height: 65px;
    }
    .header .logo a {
        margin: 23px 0 0 0;
        width: 100px;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }
    ul.nav.nav-tabs li a,
    ul.nav.nav-tabs li.active a {
        padding: 0 20px;
    }
    .sidebar ul.nav.nav-tabs li a {
        padding: 0;
    }
    ul.nav.nav-tabs li:first-child a {
        padding-left: 0;
    }
    ul.navbar-nav {
        float: none;
        margin: 0;
    }
    ul.navbar-nav>li {
        display: block;
    }
    ul.navbar-nav>li>a,
    .header-fixed ul.navbar-nav>li>a {
        padding: 20px 18px;
        border-top: 1px solid #f6f6f6;
        text-align: left;
        color: #555;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px;
        border-bottom: 0;
    }
    .navbar-collapse,
    .navbar-collapse.in {
        position: fixed;
        top: 64px;
        left: 0;
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
        background: #fff;
        overflow-y: auto;
        z-index: 999;
        border-bottom: 1px solid #f6f6f6;
        border-top: 0;
    }
    #back-top-wrapper {
        right: 15px;
        bottom: 15px;
    }
    .footer .top-footer>.row {
        padding-bottom: 15px;
    }
}


/* Extra Small Devices */

@media (max-width: 767px) {
    .container {
        width: 570px;
    }
    .banner .content {
        padding: 150px 0;
    }
    .services .services-box-item-content {
        margin-bottom: 15px;
    }
    .about .container,
    .services .container,
    .team .container,
    body.big-triangle .team .container,
    .blog .container,
    .contact .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    body.double-diagonal .about .container {
        padding: 60px 15px 100px !important;
    }
    body.double-diagonal.about-page .about .container {
        padding: 35px 15px 100px !important;
    }
    body.double-diagonal .services .container {
        padding: 60px 15px 45px !important;
    }
    body.double-diagonal .portfolio .container {
        padding: 60px 15px 85px !important;
    }
    body.double-diagonal .section-overlay {
        padding: 75px 15px 150px !important;
    }
    body.double-diagonal .facts .section-overlay {
        padding: 75px 15px 100px !important;
    }
    body.double-diagonal .projectmanager .section-overlay {
        padding: 90px 15px 100px !important;
    }
    body.double-diagonal .contactform .section-overlay {
        padding: 75px 0 100px !important;
    }
    body.double-diagonal .team .container {
        padding: 60px 15px 85px !important;
    }
    body.double-diagonal.portfolio-page .portfolio .container {
        padding: 40px 15px !important;
    }
    body.double-diagonal .pricing .container {
        padding: 60px 15px 100px !important;
    }
    body.double-diagonal.pricing-page .pricing .container {
        padding: 70px 15px 20px !important;
    }
    body.double-diagonal .blog .container {
        padding: 60px 15px 15px !important;
    }
    body.double-diagonal.blog-page .blog .container {
        padding: 75px 15px 50px !important;
    }
    body.double-diagonal .footer .container {
        padding: 100px 15px 0;
    }
    body.double-diagonal .shop-cart .container, body.double-diagonal .shop-checkout .container {
        padding: 85px 15px 60px !important;
    }
    body.double-diagonal .faq .container, body.double-diagonal .terms .container {
        padding: 85px 15px 50px !important;
    }

    .header-inner,
    .videopromotion p,
    .newsletter p,
    .logos .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h4 {
        font-size: 18px;
    }
    .pricing-list>li {
        margin-bottom: 30px;
    }
    .top-text h1,
    .top-text h4,
    .footer p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .top-text h4 {
        line-height: 28px;
    }
    body.double-diagonal .about::before,
    body.double-diagonal .services::before,
    body.double-diagonal .portfolio::before,
    body.double-diagonal .team::before,
    body.double-diagonal .blog::before,
    body.double-diagonal .contact::before,
    body.double-diagonal .logos::before,
    body.double-diagonal .pricing::before,
    body.double-diagonal .project::before,
    body.double-diagonal .shop-cart::before,
    body.double-diagonal .shop-checkout::before,
    body.double-diagonal .faq::before,
    body.double-diagonal .terms::before  {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    .about .about-content .about-left-side {
        margin-top: 0;
    }
    .about-right-side .hovered .full-image-overlay {
        margin-top: 60px;
        position: relative;
    }
    .list-why-choose-us li {
        margin-bottom: 17px;
    }
    .full-image-container {
        background-image: url('../img/about.jpg');
        background-size: cover;
    }
    .comments-list .comment-body {
        margin-left: 0;
    }
    .comments-list .comment-content {
        margin: 70px 0 15px;
    }
    .comments-list .comment-date {
        float: left !important;
    }
    .comments-reply {
        margin: 0;
    }
    .comments-list .comment {
        margin-bottom: 15px;
        padding: 15px;
    }
    .projectmanager .img-responsive {
        float: none;
        margin: 0 auto 50px;
    }
    .projectmanager ul,
    .projectmanager li {
        margin-top: 15px;
    }
    .portfolio .nav-pills li {
        margin: 0 10px 15px 0;
    }
    .mobile-logo {
        margin: 0 auto;
        margin-top: 70px;
    }
    .user-auth>div:nth-child(2) {
        height: auto;
    }
    .user-auth>div:nth-child(2) .form-container {
        display: block;
        padding: 15px;
        position: relative;
        height: auto;
    }
    .user-auth>div:nth-child(2) .form-container>div {
        display: block;
    }
    .user-auth>div:nth-child(2) .form-container p.info-form {
        margin: 8px 15px 30px 15px;
    }
    .user-auth>div:nth-child(2) .form-container form .form-group {
        margin-bottom: 15px;
    }
    .user-auth>div:nth-child(2) .form-container .form-group p {
        margin-bottom: 40px;
    }
    body.error-page .error {
        height: auto;
    }
    body.error-page .error>div {
        display: block;
        position: relative;
        height: auto;
    }
    body.error-page .error>div>div {
        height: 100vh;
        margin: 0 auto;
        display: block;
        overflow-y: auto;
        max-width: 490px;
    }
    body.error-page .error .big-404 {
        font-size: 150px;
        line-height: 150px;
        margin-top: 0;
    }
    body.error-page .error .custom-button {
        margin-bottom:30px;
    }
    body.error-page .error .logo {
        position: relative;
        float: none;
    }
    body.error-page .logo img {
        padding-top: 70px;
        padding-bottom: 35px;
    }
    body.error-page .error p,
    body.error-page h3 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .latest-posts-content>div {
        margin-bottom: 30px;
    }
    .testimonials #quote-carousel blockquote {
        padding: 0 15px;
    }
    .services .services-box-item {
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 25px;
    }
    .top-footer>.row>div:first-child,
    .top-footer>.row>div:nth-child(2) {
        margin-bottom: 40px;
    }
    .services .services-box-item-cover {
        margin: 0;
    }
    .team-member {
        max-width: 480px;
        margin: 0 auto;
        display: block;
        margin-bottom: 25px;
    }
    .newsletter .custom-form-group {
        padding: 0;
    }
    .info-map-gmap {
        height: 300px;
    }
    .info-map-boxes-item {
        width: 100%;
        margin-top: 30px;
    }
    .info-map-boxes {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    body.skew .info-map-boxes,
    body.reversed-skew .info-map-boxes,
    body.double-diagonal .info-map-boxes {
        margin-top: 0px;
        margin-bottom: 100px;
    }
    .footer li a {
        font-size: 23px;
    }
    .social-icons ul li a {
        width: 43px;
        height: 43px;
        line-height: 40px;
    }
    .social-icons ul li a:before {
        font-size: 21px;
    }
    .submit-form button {
        width: 100%;
    }
    .submit-form button:before {
        right: 42px;
    }
    .output_message_holder {
        margin-top: 30px;
    }
    .footer .top-footer>.row {
        padding-bottom: 12px;
    }
    body.normal .blog .container {
        padding: 70px 15px !important;
    }
    .fact-badges>.row>div {
        margin-bottom: 80px;
    }
    .fact-badges>.row>div:last-child {
        margin-bottom: 0;
    }
    body.skew .blog .container {
        padding: 90px 15px 100px !important;
    }
    body.double-diagonal .section-overlay {
        padding-bottom: 120px !important;
    }
    .shop-cart .table-responsive {
        border: 0;
    }
    .shop-cart .table-responsive {
        border: 0;
    }
    .shop-cart .form-control {
        max-width: initial;
        width: 39%;
    }
    .shop-cart button {
        width: calc(61% - 15px);
        margin: 0;
    }
    .shop-cart .update-cart {
        width: 100%;
        margin-top: 15px;
    }
    .shop-cart .checkout-button {
        width: 100%;
        text-align: center;
    }
    .shop-cart .table-responsive .table.order colgroup {
        width: auto;
    }
    .shop-cart .table-responsive .table.order colgroup col {
        padding-left: 5px;
        padding-right: 5px;
    }
    .shop-cart .table-responsive .table.order tr td,
    .shop-cart .table-responsive .table.order tr th {
        padding-left: 5px;
        padding-right: 5px;
        white-space: normal;
    }
    .shop-cart .table-responsive .table.order tr td h6,
    .shop-cart .table-responsive .table.order tr th h6 {
        font-size: 12px;
    }
    .shop-cart .table-responsive .table.order tr td .price,
    .shop-cart .table-responsive .table.order tr th .price {
        font-size: 11px;
    }
    .shop-cart .table-responsive .table.order tr td .quantity,
    .shop-cart .table-responsive .table.order tr th .quantity {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .shop-cart .table-responsive .table.order tr th {
        font-size: 12px;
    }
    .shop-checkout .form-group,
    .shop-checkout .checkout .payment .paypal,
    .shop-checkout .table,
    .contact-form .form-group {
        margin-bottom: 15px;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    body.skew .portfolio .container,
    body.double-diagonal .portfolio .container,
    body.big-triangle .portfolio .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 576px) {
    footer {
        padding-left: 0;
        padding-right: 0;
    }
    .portfolio .container,
    body.double-diagonal .portfolio .container,
    body.skew .portfolio .container,
    body.reversed-skew .portfolio .container,
    body.big-triangle .portfolio .container,
    body.normal .portfolio .container 	{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .portfolio .filtr-item {
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        width: 100%;
    }
    .about-content ul.nav.nav-tabs {
        border: 1px solid #ddd;
        border-radius: 7px;
    }
    .about-content ul.nav.nav-tabs li a {
        margin: 0;
        padding: 14px 0;
        border-left: 0;
    }
    body.dark .about ul.nav.nav-tabs li>a {
        border-left: 0;
    }
    .about-content ul.nav.nav-tabs li.active a {
        color: #fff;
    }
    .about-content ul.nav.nav-tabs li:first-child a {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
    .about-content ul.nav.nav-tabs li:last-child a {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }
    .nav-tabs>li {
        float: none;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    body.dark .nav-tabs>li {
        border-bottom: 1px solid #343434;
    }
    body.dark .about-content ul.nav.nav-tabs {
        border: 1px solid #343434;
    }
    .nav-tabs>li:last-child,
    body.dark .nav-tabs>li:last-child,
    body.dark .sidebar ul.nav-tabs>li:last-child {
        border-bottom: 0;
    }
    .nav-tabs>li.active {
        border-bottom: 0;
    }
    .about .tab-content p {
        margin-top: 20px;
    }
    .services .services-box-item {
        margin-top: 15px;
        padding: 0 15px;
    }
    .services .services-box-item-content {
        margin-bottom: 11px;
        padding: 15px;
    }
    .call-to-action .call-to-action-content ul {
        margin: 0;
    }
    .pricing-list>li {
        margin-bottom: 15px;
    }
    .newsletter .custom-form-group {
        margin-bottom: 10px;
    }
    .newsletter form .custom-button {
        margin-top: 0;
    }
    .call-to-action .call-to-action-content .custom-button {
        width: 100%;
    }
    .top-footer>.row>div {
        width: 100%;
    }
    .top-footer>.row>div:nth-child(3) {
        margin-bottom: 40px;
    }
    body.normal .portfolio .container,
    body.reversed-skew .portfolio .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .services .services-box {
        margin: 40px -9px;
    }
    .preloader.loading .logopreloader img {
        width: 120px;
    }
    .preloader .loader {
        width: 50px;
        height: 50px;
        background-size: cover;
        margin: 0px 0px 0 -21px;
    }
    .team-members>div {
        width: 100%;
    }
    .team-member,
    .widget {
        margin-bottom: 15px;
    }
    .widget {
        padding: 30px 15px 15px;
    }
    .blog-left-sidebar .widget-tags {
        margin-bottom: 30px;
    }
    .info-map-boxes-item {
        padding: 13px 15px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .info-map-boxes-item.fa-phone {
        margin-bottom: 45px;
    }
    .info-map-boxes {
        margin-top: 15px;
        margin-bottom: 0;
    }
    body.skew .info-map-boxes,
    body.reversed-skew .info-map-boxes,
    body.double-diagonal .info-map-boxes {
        margin: 85px 0 130px;
    }
}

.white-l {
    display: none;
}

.dark-l {
    display: block;
}

.dark .dark-l {
    display: none;
}

.dark .white-l {
    display: block;
}
.project-details{direction:ltr}
/* Page Heading */
.page-title {
    padding: 110px 0 20px 0;
    overflow: hidden;
    margin: 0 0 19px;
    direction:ltr;
}
.page-title h1,
.page-title h2 {
    font-family:'Raleway';
    font-size: 22px;
    text-transform: uppercase;
    color: #393939;
    font-weight: 700;
    margin: 0;
    line-height: 40px;
    float: none !important;
}
.page-title-line {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.page-title .separator {
    margin: 0 3px;
}
/* Tittle Group */
.title-group1 {
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
    direction:ltr;
    width: auto;
}
.title-group1 span {
    font-family:'Raleway';
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    color: #3c3c3c;
    margin: 0;
    line-height: 30px;
    padding-right: 7px;
    margin-bottom: 6px;
}
.title-group1 span:before {
    content: "";
    display: block;
    float: right;
    margin-left: 10px;
    width: 4px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    background: #5eb6ed;
    border-radius: 4px;
}
.title-group3 {
    margin-bottom: 30px;
}
.title-group1 a{color:#5eb6ed;font-size: 12px;float: left;margin-left: 75px;margin-top: 7px;}

/* Toolbar */
.toolbar {
    overflow: hidden;
    margin: 0 0 30px;
    direction:ltr;
}
.toolbar a {
    color: #404040;
}
.toolbar label {
    font-weight: normal;
    text-transform: capitalize;
    color: #DDD;
    font-size: 13px;
    line-height: 40px;
}
.toolbar .pager {
    padding: 0;
}
.toolbar .sorter {
    margin: 0 0 -1px;
}
.toolbar-bottom .toolbar {
    text-align: center;
    margin: 30px 0 0;
}
.toolbar-bottom .toolbar .pager .pages {
    display: inline-block;
}
.sorter label {
    float: right;
    margin: 0 5px 0 0;
}
.sorter .sort-div{
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    width: 60px;
}
.sorter #sort-quantity{
    width: 60px;
}

.sorter .view-mode {
    float: left;
    margin: 0;
}
.sorter .view-mode span {
    height: 16px;
    float: right;
    margin: 2px 5px 0 0;
}
.sorter .view-mode .grid,
.sorter .view-mode .list {
    font-size: 0;
    width: 40px;
    height: 40px;
}
.sorter .view-mode .grid:before,
.sorter .view-mode .list:before {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: 16px;
    text-align: center;
    color: #959595;
    border: 1px solid #e5e5e5;
    line-height: 40px;
}
.sorter .view-mode .grid:before {
    content: "\f009";
}
.sorter .view-mode .list:before {
    content: "\f00b";
}
.sorter .view-mode strong.grid:before,
.sorter .view-mode a.grid:hover:before {
    color: #fff;
    background: #d8373e;
    border-color: #d8373e;
}
.sorter .view-mode strong.list:before,
.sorter .view-mode a.list:hover:before {
    color: #fff;
    background: #d8373e;
    border-color: #d8373e;
}
.sorter .view-mode .list {
    line-height: 30px;
    float: right;
    margin-left: 5px;
    color: #000;
    font-weight: normal;
}
.sorter .view-mode .grid {
    line-height: 30px;
    float: right;
    color: #000;
    font-weight: normal;
}
.pager li > a,
.pager li > span {
    display: inline;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}
.pager {
    padding: 5px;
    text-align: center;
    margin: 0;
    float: left;
}
.pager select {
    border: 0;
    font-style: normal;
    color: #FFF;
    width: auto;
}
.pager .amount {
    float: right;
    margin: 4px 30px 0 0;
}
.pager .limiter {
    float: right;
    font-size: 13px;
    margin-right: 20px;
}
.pager .limiter .limiter-inner {
    display: inline-block;
    padding-right: 5px;
}
.pager .limiter label {
    vertical-align: middle;
    margin: 0;
}
.pager .limiter select {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    background: none;
}
.pager .pages {
    float: left;
    padding: 8px 0 9px 15px;
    border-left: 1px solid #e5e5e5;
    margin-left: 15px;
}
.pager .pages strong {
    font-weight: normal;
    color: #363636;
    text-transform: capitalize;
    font-size: 14px;
    display: none;
}
.pager .pages ol {
    display: inline;
}
.pager .pages li {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 20px;
}
.pager .pages li:last-child {
    border: 0;
}
.pager .pages .current,
.pager .pages li a:hover {
    background: none;
    color: #d8373e;
    font-size: 13px;
}
.pager .pages li a {
    font-size: 13px;
    color: #222;
    display: block;
    margin: 0 5px;
}
.pager .sort-by {
    float: right;
    margin: 0;
    padding: 0 15px;
    border-left: 1px solid #e5e5e5;
}
.pager .sort-by label {
    vertical-align: middle;
    margin: 0;
}
.pager .sort-by select {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}
.pager .sort-by a {
    display: inline-block;
}
.sorter {
    float: right;
}
.sorter .view-mode {
    float: right;
    margin: 0;
}
.sorter .view-mode a {
    text-decoration: none;
}

/* Product List */
.products-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.products-list li.item {
    margin-bottom: 30px;
}
.products-list .item .item-inner .product-name,
.blog-list .item .item-inner .product-name {
    border: 0;
    padding: 0;
}
.products-list .product-name a,
.blog-list .product-name a {
    color: #404040;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
}
.products-list .product-name a:hover,
.blog-list .product-name a:hover {
    color: #d8373e;
}
.products-list .price-box {
    padding-top: 15px;
    border-top: 2px solid #404040;
    margin-top: 15px;
}
.products-list .price-box .price {
    font-size: 20px;
}
.products-list .availability {
    float: left;
    margin: 3px 0 0;
}
.products-list .desc {
    clear: both;
    color: #444;
    font-size: 12px;
    margin: 15px 0;
    line-height: 24px;
}
.products-list .desc .link-learn {
    font-size: 11px;
}
.products-list .product-shop .btn-danger {
    float: left;
    position: relative;
    padding-right: 47px;
}
.products-list .item-inner .add-to-links {
    float: left;
    margin: 0;
}
.products-list .add-to-links .separator {
    display: none;
    margin: 0 2px;
}
.products-list .item-inner .actions {
    position: static;
}

.products-list .item-inner .add-to-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.products-list .item-inner .add-to-links li {
    border: 0;
    float: left;
    margin-left: 5px;
}
.products-list .item-inner .add-to-links li a {
    line-height: 34px;
    text-align: center;
    font-size: 0;
    width: 36px;
    height: 34px;
    color: #fff;
    background: #404040;
    display: block;
}
.products-list .item-inner .add-to-links li a:hover {
    background: #d8373e;
}
.products-list .item-inner .add-to-links li a:before {
    font-family: FontAwesome;
    font-size: 16px;
    display: block;
}
.products-list .item-inner .add-to-links li a.link-wishlist:before {
    content: "\f0ec";
}
.products-list .item-inner .add-to-links li a.link-compare:before {
    content: "\f005";
}
.products-list .item-inner .actions {
    border: 0;
}

/* Product Shop */
.product-shop {
    margin-bottom: 30px;
    direction:ltr;
    line-height:24px;
}
.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}
.product-view .product-shop .product-name {
    margin: 0 0 5px;
    border: 0;
    padding: 0;
}
.product-view .product-shop .product-name h1 {
    margin: 0;
    font-size: 24px;
    color: #2690C5;
    text-transform: capitalize;
    font-weight: 700;
}
.product-view .product-shop .availability {
    font-size: 13px;
    margin: 10px 0 20px;
}
.product-view .product-shop .availability span {
    font-weight: normal;
    color: #d8373e;
}
.product-view .product-shop .short-description {
    margin: 10px 0;
    padding: 10px 0;
    color: #6a6a6a;
    font-size: 13px;
    line-height: 23px;
}
.product-view .product-shop .box-container2 {
    overflow: hidden;
    border-top: 1px solid #eae8e8;
    padding-top: 10px;
    margin-top: 15px;
}
.product-view .product-shop .price-box {
    margin: 0;
}
.product-view .product-shop .price-box .price {
    font-size: 20px;
    font-weight: 700;
}
.product-view .product-shop .old-price .price {
    font-weight: 400;
}
.product-view .product-shop .ratings {
    margin: 10px 0;
}
.product-view .product-shop .add-to-links {
    margin: 0;
}
.product-view .product-shop .add-to-links {
    font-size: 12px;
    text-align: left;
}
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator {
    display: inline;
}
.product-view .product-shop .add-to-links li {
    display: block;
    float: left;
}
.product-view .product-shop .add-to-links li a {
    display: block;
    text-align: center;
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    background: #a5a5a5;
    padding: 0 15px;
    line-height: 36px;
    text-decoration: none;
}
.product-view .product-shop .add-to-links li a:hover {
    background: #d8373e;
}
.product-view .product-shop .add-to-links li a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 8px;
}
.product-view .product-shop .add-to-links li a.link-wishlist:before {
    content: "\f005";
}
.product-view .product-shop .add-to-links li a.link-compare:before {
    content: "\f0ec";
}
.product-img-box {
    margin-bottom: 30px;
}
.product-view .product-img-box .more-views .bx-wrapper {
    height: 100%;
}
.product-view .product-img-box .more-views .bx-wrapper .bx-viewport {
    height: 100% !important;
}
.product-view .product-img-box .more-views ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-view .product-img-box .more-views li {
    float: left;
    margin-bottom: 5px;
}
.product-view .product-img-box .more-views li a {
    border: 1px solid #e5e5e5;
    display: block;
}
.qty .btn {
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
}
.qty .form-control {
    text-align: center;
}
.product-tab {
    margin-bottom: 30px;
}
.tab-custom li > a {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #585858;
}
.tab-custom .nav-tabs > li.active > a,
.tab-custom .nav-tabs > li.active > a:hover,
.tab-custom .nav-tabs > li.active > a:focus {
    /* background-color: #393939; */
    color: #333;
    /* border-color: transparent; */
}
.nav-tabs>li{float: left;}
.nav-tabs>li>a{margin-left:2px;margin-right:0;}
.tab-custom .tab-content > .tab-pane {
    padding: 20px;
    border: 1px solid #343434;
    border-top: 0;
    line-height: 24px;
    direction:ltr;
}
.productslider-item {
    margin-bottom: 30px;
    direction:ltr;
    border-radius: 5px;
    padding: 5px;
    /* background: #FFF; */
}
.product_icon {
    position: absolute;
    top: 0;
    left: 0;
}
.productslider-item {
    margin-bottom: 30px;
    direction:ltr;
    border-radius: 5px;
    padding: 5px;
    background: #ffb400;
}
.product_icon {
    position: absolute;
    top: 0;
    left: 0;
}
.box-hover .add-to-links {
    margin: 0;
    list-style: none;
    padding: 0;
}
.box-hover .add-to-links li {
    margin: 3px 0;
}
.box-hover {
    position: absolute;
    top: 50%;
    margin-top: -76px;
    right: -100%;
    float: right;
    text-align: left;
}
.product-grid .box-hover{top:75%;}
.item .item-inner:hover .images-container .box-hover {
    right: 0;
}
.box-hover .add-to-links li a {
    height: 36px;
    display: inline-block;
    font-size: 0;
    color: #fff;
    line-height: 36px;
    text-align: left;
    padding: 0;
    text-transform: capitalize;
    margin: 0;
    background: none;
}
.box-hover .add-to-links li a:after {
    width: 36px;
    height: 36px;
    float: right;
    background: #404040;
    content: "";
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 14px;
}
.box-hover .add-to-links li a:hover {
    padding-left: 15px;
    margin: 0 0 0 10px;
    font-size: 12px;
    background: #888888;
}
.box-hover .add-to-links li a:hover:after {
    margin-left: 15px;
    background: #717171;
}
.title-group {
    color: #404040;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    direction: ltr;
}
.title-group:before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #404040;
    content: "";
    display: block;
    top: 50%;
    margin-top: -1px;
}
.title-group h2 {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    background: #fff;
    position: relative;
    padding-right: 10px;
    margin: 0;
}
.product-image {
    /* background: #fff; */
    display: block;
}
.product-image img {
    width: 100% !important;
    max-width: 100%;
    border-radius: 15px;
    border: 1px solid #DDD;
}
.product-name {
    margin: 5px 0;
    font-size: 13px;
    padding-bottom: 10px;
    min-height: 60px;
}
.product-name a {
    font-weight: normal;
    color: #ffffff;
    line-height:20px;
}
.product-name a:hover,
.product-name a:focus {
    text-decoration: none;
    color: #d8373e;
}

/* Rating */
.rating-box {
    width: 65px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../img/rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}
.rating-box .rating {
    float: left;
    height: 11px;
    background: url(../img/rating.png) 0 100% repeat-x;
}
.ratings .rating-box {
    display: inline-block;
}
.ratings .amount a {
    font-size: 11px;
    line-height: 11px;
    color: #a5a5a5;
    text-transform: capitalize;
}
.ratings .amount a:hover {
    color: #d8373e;
    text-decoration: none;
}
.price {
    white-space: nowrap !important;
}
.price-box {
    margin: 5px 0;
    /* height:40px; */
    text-align: left;
}
.text-right{text-align:right;}
.text-center{text-align:center;}
.price-box-inner {
    height:34px;
}
.price-box p {
    display: inline;
    margin-right: 5px;
    color: #ef060f !important;
    font-size: 14px;
}
.price-box .price {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}
.price-box .price-label {
    display: none;
}
/* Regular price */

.regular-price {} .regular-price .price {
                      font-weight: normal;
                  }
.block .regular-price,
.block .regular-price .price {}
/* Old price */

.old-price {
    margin: 0;
}
.old-price .price-label {
    white-space: nowrap;
    color: #999;
    display: none;
}
.old-price .price {
    font-weight: normal;
    color: #828282;
    text-decoration: line-through;
}
/* Special price */

.special-price {
    margin: 0;
    padding: 3px 0;
}
.special-price .price-label {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    color: #cd5033;
    display: none;
}
.bread {
    z-index: 10;
    position: relative;
}
.breadcrumbs{border:0;margin-top:10px;}
.breadcrumb{font-size:8pt;font-weight:normal;}

.title-area h2 {
    font-size: 26px;
    font-weight: 700;
    padding: 15px 0 5px;
    text-transform: uppercase;
}
.title-area h2 small {
    padding-left: 10px;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
    list-style: outside none none;
    margin-bottom: 10px;
    padding: 0;
}
.breadcrumb > li + li::before {
    padding:0 4px;
    color: #777;
}
.workinghours ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.workinghours ul li {
    font-weight: bold;
    padding:15px 0;
    border-bottom: 1px solid #ededed;
    color: #e6e6e6;
    margin: 0;
    position: relative;
    line-height: 20px;
}
.workinghours ul li:last-child {
    border-bottom: 0;
}
.workinghours ul li span {
    font-weight: 400;
    position: absolute;
    right: 0;
    padding-left: 40px;
    line-height: 16px;
    text-align: left;
    letter-spacing: 1px;
}
.workinghours {
    background-color: #2f2f2f;
    padding: 18px 30px 19px;
    border-top: 3px solid #f1aa02;
    direction: ltr;
}
.appoform .form-control {
    margin-bottom: 30px;
    height: 40px;
    background-color: #404040c7;
    color: #FFF;
    border: 1px solid #565656;
    font-size: 13px;
}
.appoform .form-control::-moz-placeholder {
    color: #767676;
}
.appoform .form-control:-ms-input-placeholder {
    color: #767676;
}
.appoform .form-control::-webkit-input-placeholder {
    color: #767676;;
}
.appoform textarea {
    margin-top: 30px;
    min-height: 120px;
}
.form-header {
    padding:20px 0;
    text-align: center;
    margin-top: -30px;
    border-radius: 3px;
    margin-bottom: 30px
}
.post-body-form {
    margin-bottom: 30px;
}
.post-body-form p {
    padding-bottom: 0;
}
.form-header h3 {
    padding: 0;
    margin: 0;
    font-size: 21px;
    line-height: 1;
    color:#fff;
    font-weight: 700;
    letter-spacing: -1px;
}
.section {
    position: relative;
    display: block;
    padding: 40px 0;
}
.overlay {
    background-color: rgba(59,61,66,0.8);
    bottom: 0;
    height: 100%;
    left: 0;
    padding: 60px 0;
    position: absolute;
    right: 0;
}
.why-us strong {
    font-size: 18px;
    padding:0;
    color:#222222;
    margin: 20px auto 15px;
    display: block;
    text-transform: capitalize;
    font-weight: 700;
}
.team-square {
    padding:20px;
    background-color: #ffffff;
}
.team-member h4 span {
    padding:0 5px;
}
.shop-item h4 a,
.shop-item h4,
.team-member h4 a,
.team-member h4 {
    font-size: 16px;
    padding:0;
    color:#222222;
    margin: 20px auto 10px;
    display: block;
    font-weight: 700;
}
.dark .team-member h4 a,
.dark .team-member h4 {
    color:#ffffff;
}
.team-member img {
    width: 100%;
}
.magnifier .btn-default {
    padding:0 20px !important;
    color:#222222 !important;
    width:auto !important;
}
.magnifier .st {
    color: #ffffff !important;
    display: block;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    text-align: center;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    width: 35px;
}

.magnifier .buttons {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 54%;
    margin-top: -20px;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.magnifier:hover .buttons {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.entry {
    position: relative;
}
.entry:hover .magnifier {
    opacity: 1;
    visibility: visible;
}
.magnifier {
    background:#222222;
    background-color: rgba(255,255,255,0.8);
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    opacity:0;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.owl-featured .magnifier {
    border-radius: 500px 500px 500px 500px;
    -moz-border-radius: 500px 500px 500px 500px;
    -webkit-border-radius: 500px 500px 500px 500px;
}
.latest-tweets p:before {
    content: "\f099";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    color:#999eab;
    padding-right:5px;
    position: relative;
    top: 2px;
}
.latest-tweets {
    padding: 0;
    list-style: none;
}
.latest-tweets li {
    display: inline-table;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}
.latest-tweets li p a {
    margin: 0 4px;
}
.latest-tweets li p {
    padding-bottom: 0;
}
.latest-tweets li span {
    color: #767676;
    display: block;
    font-size: 12px;
    font-style: italic;
    margin: 7px 0 0;
}
.blog-widget .blog-title h2 a,
.blog-widget .blog-title h2 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 500;
}
.blog-widget .blog-wrapper {
    border-bottom: 1px solid #dedde1;
}
.blog-wrapper {
    position: relative;
    direction: ltr;
    padding-top: 20px;
}
.category_title {
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}
.blog-title {
    padding: 25px;
}
.blog-title p {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: justify;
    min-height: 142px;
}
.blog-title h2 a,
.blog-title h2 {
    font-size: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    color: #ffa518;
    font-weight: 500;
    line-height: 36px;
    min-height: 49px;
}
#content .blog-title h2,
#content .blog-title h2 a {
    font-size: 23px;
    letter-spacing: -1px;
}
#content .blog-title {
    padding:30px 0 40px;
}
#content.single-post .blog-title,
#content.list-blog .blog-title {
    padding-top:0;
}
#content.list-blog .blog-wrapper {
    padding-bottom: 30px;
}
.post-meta i {
    padding-left: 2px;
}
.post-meta span {
    margin-left: 13px;
    font-size: 13px;
}
.post-meta {
    margin: 20px 0 5px;
    padding: 0;
}
.post-meta a,
.post-meta span {
    color:#8c8c8c;
    font-weight: 400;
}
.pager a,
.pagination a {
    border:0 !important;
    width: 40px;
    height: 42px;
    line-height: 40px;
    padding:0 !important;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin:0 5px 0 0;
}
.pager a {
    border-radius: 0 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
/* modal search */
#search_modal {
    color: #ffffff;
}

#search_modal .search-form {
    margin: 0 0 0 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-icons{
    text-align:left;
    padding: 0;
}
.header-icons li{display:inline-block;margin-right: 15px;}
/*login-option*/
.header-icons .login_form {
    position: relative;

}
.header-icons .pdt-14 {
    padding-top: 14px;

}

.header-icons .user{
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: relative;
    top: -7px;
}
.header-icons .user i{color: #333;font-size: 19px;}
.box-shadow{
    margin: 20px 0 20px 0 !important;
    padding: 5px 16px 5px;
    border-radius: 10px;
    background-color: #343434;
}
.box-shadow2{
    margin: 20px 0 20px 0 !important;
    padding: 20px;
    border-radius: 22px;
    box-shadow: 0 0px 6px 0 rgb(0 0 0 / 16%);
    background-color: #343434;
}
.box-title{
    font-size:13px;
    font-weight:700;
    border-bottom: 1px solid #ff941c;
    display: block;
    padding: 10px 0;
    color: #FFF;
    margin-bottom: 10px;
}
.box-shadow .product_icon{text-align: center;background: #ffb400;width: 30px;height: 30px;color: #9c1816;background-size: contain;padding: 6px;margin: 5px;line-height: 20px;font-size: 12px;border-radius: 50px;font-weight: 700;}
#content {
    margin-bottom: 40px;
}
.blog-image{
    height: 250px;
    overflow: hidden;
}
.blog-image img {
    width: 100%;
}
.recent-posts li p,
.recent-posts liÂ {
    font-size: 13px;
    padding-bottom: 5px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 2px;
}
.recent-posts img {
    max-width: 70px;
    border-radius: 5px;
}
.recent-posts li {
    display: table;
}
.recent-posts .date{font-size:11px;}
#sidebar ul {
    list-style: none;
    padding:0;
}
#sidebar ul li {
    margin-bottom: 15px;
}
.commentform textarea {
    height: 140px !important
}
#sidebar .widget {
    /* background: #f7f8fa; */
    /* border: 1px solid #ffb400; */
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px 18px;
    position: relative;
    direction: ltr;
}
body.blog-style #sidebar .widget {
    background-color: #ffffff;
}
body.blog-style #content .blog-title {
    padding:30px;
}
.content-widget .widget-title h4,
#content .widget-title h4,
#sidebar .widget-title h4 {
    font-weight: 600;
    font-size: 19px;
}
.content-widget .widget-title {
    margin-bottom: 20px;
}
.content-widget .widget-title hr,
#content .widget-title hr,
#sidebar .widget-title hr {
    width: 45px;
    border-width: 2px;
}
#content .widget-title {
    margin: 40px 0 20px;
}
#sidebar .widget-title {
    margin-bottom: 20px;
}
img.alignright {
    padding: 0;
    float: left;
    margin: 6px 0 6px 20px;
    border: 0px;
    display: block;
    background: none;
}
.meta span{padding-right:10px}