.section-wrapper.we-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
}

.we-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(33,37,41,.65);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.we-wrapper {
    color: #fff;
    background-image: url(../images/showcase01_after.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px){
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px)
{
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px)
{
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}


/*! Form style */
.form-group {
    margin-bottom: 1.8rem;
}
.btn {
    font-weight: inherit;
    border-radius: 3px;
    height: calc(2.55rem + 2px);
    padding: 0.375rem 1.2rem;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn.focus,
.btn:focus,
.btn:hover,
.show > .btn-danger.dropdown-toggle:focus,
.show > .btn-dark.dropdown-toggle:focus,
.show > .btn-info.dropdown-toggle:focus,
.show > .btn-light.dropdown-toggle:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.show > .btn-success.dropdown-toggle:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 2px 2px 40px rgba(40, 40, 45, 0.3);
    box-shadow: 2px 2px 40px rgba(40, 40, 45, 0.3);
}
.btn-primary {
    color: #fff;
    background-color: #2a8cf5;
    border-color: #2a8cf5;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0a7df9;
    border-color: #0a7df9;
}
.btn-success {
    color: #fff;
    background-color: #21c11f;
    border-color: #21c11f;
}
.btn-success:hover {
    color: #fff;
    background-color: #23a933;
    border-color: #23a933;
}
.btn-theme {
    color: #fff;
    background-color: #f1c55a;
    border-color: #f1c55a;
}
.btn-theme.focus,
.btn-theme:focus,
.btn-theme:hover {
    color: #fff;
    background-color: #edb42b;
    border-color: #edb42b;
    -webkit-box-shadow: 2px 2px 40px rgba(40, 40, 45, 0.3);
    box-shadow: 2px 2px 40px rgba(40, 40, 45, 0.3);
}
.form-control,
input,
select,
textarea {
    display: block;
    width: 100%;
    height: calc(2.55rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: inherit;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 3px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(241, 197, 90, 0.4);
    box-shadow: 0 0 0 1px rgba(241, 197, 90, 0.4);
}
.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #495057;
    opacity: 0.5;
}
.form-control::placeholder,
input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #495057;
    opacity: 0.5;
}
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
select:-ms-input-placeholder,
select::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #495057;
    opacity: 0.5;
}
.form.questions-form {
    position: relative;
    width: 100%;
    margin: 0.9em 0 0;
}
.form.questions-form .btn,
.form.questions-form .form-control,
.form.questions-form input,
.form.questions-form select,
.form.questions-form textarea {
    font-size: 14px;
}
.form.questions-form .btn,
.form.questions-form input,
.form.questions-form select {
    height: calc(2rem + 2px);
}
.form.questions-form .btn {
    font-size: 13px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1.1em;
    width: 1.5em;
    margin: 0.05em 0 0.5em;
    vertical-align: top;
    letter-spacing: 0.5em;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    letter-spacing: 0.5em;
}
input[type="checkbox"] + label:before {
    content: "\F096";
}
input[type="checkbox"]:checked + label:before {
    content: "\F046";
}
input[type="radio"] + label:before {
    content: "\F10C";
}
input[type="radio"]:checked + label:before {
    content: "\F192";
}
span.checkboxBlock {
    display: inline-block;
    width: 90%;
}
.disabled {
    background: #b3b3b3;
    cursor: not-allowed;
    pointer-events: none;
}
.disabled:focus {
    outline: 0;
}
a.submit {
    line-height: 3em;
}
.inlineSubmit {
    height: 2.5em;
    margin: 0.5em 0 1.5em;
    font-size: 0.8em;
}
.fileToUpload,
a.inlineSubmit {
    line-height: 2.5em;
}
.fileToUpload {
    min-width: 9em;
    width: auto;
}
label.fileToUpload input[type="file"] {
    position: fixed;
    top: -1000px;
}
.invalid-feedback {
    display: block;
    color: #920816;
}

/*! Section styles */
.section-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-wrapper.howto-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-wrapper.we-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
}
.section-heightfixed {
    height: 91px;
}
.bg-dark {
    background: #272a35 !important;
}
.bg-less-dark {
    background: #343a40 !important;
}
.bg-dark-1 {
    color: #fff;
    background: #6c757d !important;
}
.bg-grey {
    background: #f1f1f1 !important;
}
.bg-dark,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-less-dark,
.bg-less-dark h1,
.bg-less-dark h2,
.bg-less-dark h3,
.bg-less-dark h4,
.bg-less-dark h5,
.bg-less-dark h6 {
    color: #fff;
}
.bg-dark .form-control,
.bg-dark input,
.bg-dark select,
.bg-dark textarea,
.bg-less-dark .form-control,
.bg-less-dark input,
.bg-less-dark select,
.bg-less-dark textarea {
    color: #9e9eab;
    background: #343a40;
    border-color: #343a40;
}
.bg-dark .form-control:focus,
.bg-dark input:focus,
.bg-dark select:focus,
.bg-dark textarea:focus,
.bg-less-dark .form-control:focus,
.bg-less-dark input:focus,
.bg-less-dark select:focus,
.bg-less-dark textarea:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(241, 197, 90, 0.4);
    box-shadow: 0 0 0 1px rgba(241, 197, 90, 0.4);
}
.section-title .heading {
    color: #111;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    position: relative;
    max-width: 700px;
}
.section-title .heading:after {
    content: "";
    background-color: #111;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.section-title.text-center .heading {
    margin: auto;
}
.section-title.text-center .heading:after {
    left: 0;
    right: 0;
    margin: auto;
}
.section-title h3.heading {
    font-size: 1.4em;
}
.crazy-block {
    position: relative;
    padding: 1.9em 1em 1.9em 22em;
}
.crazy-block.section-title .heading {
    color: #fff;
    font-size: 2.6em;
}
.crazy-block.section-title .heading:after {
    background-color: #fff;
}
.crazy-block.section-title .sub-title {
    color: #f1c55a;
    display: block;
    margin: 0 0 0.25em;
    font-size: 0.5em;
    line-height: 1em;
    letter-spacing: 0.07em;
}
.list-items .item {
    font-size: 0.8em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list-items .item a {
    color: #333;
}
.list-items .item a h1,
.list-items .item a h2,
.list-items .item a h3,
.list-items .item a h4,
.list-items .item a h5,
.list-items .item a h6 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.list-items .item a .price {
    color: #f1c55a;
}
.list-items .item a > img {
    margin-bottom: 10px;
}
.list-items .item a:hover h1,
.list-items .item a:hover h2,
.list-items .item a:hover h3,
.list-items .item a:hover h4,
.list-items .item a:hover h5,
.list-items .item a:hover h6 {
    color: #f1c55a;
}
.feature-item > img {
    margin-bottom: 20px;
}
.feature-item h2,
.feature-item h3 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
}
.feature-item ol,
.feature-item p,
.feature-item ul {
    line-height: 1.6em;
    margin: 0.5em 0 0;
    font-size: 0.9em;
}
.single-gallery-items {
    float: left;
    width: 10%;
}
.single-gallery-items img {
    width: 100%;
}
.column-3 {
    margin: -3px;
}
.column-3 .single-gallery-items {
    width: 33.333%;
    padding: 3px;
}
.showcase-block .showcase-image-wrapper {
    position: relative;
}
.showcase-block .showcase-text-wrapper {
    padding: 1em 4em;
}
.showcase-block .tag-after,
.showcase-block .tag-before {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 5em;
    height: 5em;
    border-top: 5em solid #272a35;
}
.showcase-block .tag-after span,
.showcase-block .tag-before span {
    z-index: 1;
    margin: 0;
    width: 5em;
    position: absolute;
    top: -4.4em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 0.85em;
    line-height: 1.1em;
    color: #fff;
}
.showcase-block .tag-before {
    z-index: 1;
    left: 0;
    border-right: 5em solid transparent;
}
.showcase-block .tag-before span {
    right: -4.5em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.showcase-block .tag-after {
    z-index: 1;
    right: 0;
    border-left: 5em solid transparent;
}
.showcase-block .tag-after span {
    left: -4.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.about-block-wrapper .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-block-image img {
    width: 100%;
}
.about-block-text {
    padding: 0 70px;
}
.contact-block {
    position: relative;
}
.contact-block ol,
.contact-block ul {
    padding: 0;
}
.contact-block .contact-block-text {
    padding: 5em;
}
.contact-block.image-bottom .contact-block-image {
    position: absolute;
    bottom: 0;
    top: auto;
}
.crazy-style {
    position: relative;
    text-transform: uppercase;
}
.crazy-style h2 {
    color: #fff;
    margin: 0 1em 0 0;
    font-size: 2.75em;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.crazy-style h2 .sub-title {
    color: #f1c55a;
    display: block;
    margin: 0 0 0.25em;
    font-size: 0.5em;
    line-height: 1em;
    letter-spacing: 0.07em;
}
.contact-work h3 {
    color: #f1c55a;
    padding: 20px;
}
.contact-work .crazy-style {
    padding: 1.9em 0 1.9em 20em;
}

.we-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 41, 0.65);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.we-wrapper .section-contact {
    background: hsla(191, 8%, 56%, 0.52);
    padding: 30px;
}
.we-wrapper .section-title .heading {
    color: #fff;
}
.we-wrapper .section-title .heading:after {
    background-color: #fff;
}
.library-gallery ul {
    position: relative;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0 40px 0 0;
}
.library-gallery ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    position: absolute;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
}
.library-gallery ul > li:last-child {
    position: static;
}
.library-gallery ul > li.lightimage-1 {
    margin-left: 20px;
    bottom: 20px;
    z-index: 3;
}
.library-gallery ul > li.lightimage-0 {
    margin-left: 40px;
    bottom: 40px;
    z-index: 4;
}
.library-gallery ul > li a {
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 0.25rem;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    max-width: 400px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}
.library-gallery ul > li a#lightgallery-dynamic {
    max-width: none;
}
.library-gallery ul > li a > img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 100%;
    width: 100%;
    float: left;
}
.library-gallery ul > li a .library-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.library-gallery ul > li a .library-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.library-gallery ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.library-gallery ul > li a:hover .library-gallery-poster {
    background-color: rgba(0, 0, 0, 0.3);
}
.library-gallery ul > li a:hover .library-gallery-poster > img {
    opacity: 1;
}
.library-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 100%;
    width: 100%;
}
.library-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.library-gallery .justified-gallery > a:hover .library-gallery-poster > img {
    opacity: 1;
}
.library-gallery .justified-gallery > a .library-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.library-gallery .justified-gallery > a .library-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.library-gallery .justified-gallery > a:hover .library-gallery-poster {
    background-color: rgba(0, 0, 0, 0.3);
}
.library-gallery .video .library-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.library-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.arrow {
    position: relative;
    margin: 0 auto;
    width: 100px;
}
.arrow > span {
    position: absolute;
    color: #be5f4b;
}
.arrow .curve {
    border: 2px solid #be5f4b;
    border-color: transparent transparent transparent #be5f4b;
    height: 360px;
    width: 300px;
    border-radius: 225px 0 0 150px;
    transform: rotate(-74deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
}
.arrow .point {
    position: absolute;
    left: 40px;
    top: 315px;
}
.arrow .point:after,
.arrow .point:before {
    border: 1px solid #be5f4b;
    height: 25px;
    content: "";
    position: absolute;
}
.arrow .point:before {
    top: -296px;
    left: 106px;
    transform: rotate(-74deg);
    -webkit-transform: rotate(-74deg);
    -moz-transform: rotate(-74deg);
    -ms-transform: rotate(-74deg);
}
.arrow .point:after {
    top: -284px;
    left: 108px;
    transform: rotate(230deg);
    -webkit-transform: rotate(230deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
}
.library-gallery .arrow {
    position: absolute;
    margin: 0 auto;
    width: 100px;
    left: 85px;
}
.library-gallery #lightgallery {
    float: right;
}
.image-library-wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
}
.image-library-wrapper.image-library-dynamic {
    padding-top: 90px;
    padding-bottom: 60px;
}
.image-library-wrapper.image-library-dynamic .library-gallery ul {
    padding: 0 0 0 40px;
}
.pd-t-0 {
    pading-top: 0;
}
.pd-b-0 {
    pading-bottom: 0;
}

.row_html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.row_html ol, .row_html p, .row_html ul {
    line-height: 1.6em;
    margin: 0.9em 0 0;
}

.row_html h5, .row_html ol, .row_html p, .row_html ul {
    font-size: 1.2em;
}
.row_html p {
    white-space: pre-line;
}