 body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  background: #edf2f4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #464646;
    font-weight: 300;
}

h1 {
    margin-bottom: 16px;
    font-size: 60px;
    line-height: 84px;
}

h2 {
    margin-bottom: 14px;
    font-size: 44px;
    line-height: 64px;
}

h3 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 48px;
}

h4 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
}

h5 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 30px;
}

h6 {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 26px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #464646;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    /*color: #bdfef8;*/
    text-decoration: none;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: inherit;
    font-size: 85%;
    font-weight: inherit;
}

p {
    margin-bottom: 20px;
}

/* LINKS */
a {
    color: #67bfb7;
}

a:hover,
a:focus {
    outline: 0;
    color: #67bfb7;
}

/* IMAGES */
img {
    max-width: 100%;
    height: auto;
}

/* ADDRESS */
address {
    line-height: inherit;
}

/* FORMS */
input,
select,
textarea {
    display: block;
    max-width: 100%;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    background-color: transparent;
}

label {
    font-weight: normal;
}

select {
    width: 100%;
    height: 50px;
    outline: none;
    cursor: pointer;
}

input[class^="col-"],
select[class^="col-"],
textarea[class^="col-"] {
    padding: 10px 20px;
}

textarea:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="color"]:focus,
input[type="email"]:focus,
input[type="image"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus {
    border-color: #8f8f8f;
    box-shadow: none;
    outline: 0;
}

select:focus {
    outline: none;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-top: 7px;
}

.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
    outline: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    padding: 10px 30px;
    border: none;
    background-color: #464646;
    color: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #bdfef8;
}

button,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    box-shadow: none;
    outline: 0;
}

/*::-moz-placeholder {
    color: #8f8f8f;
    font-size: 13px;
    font-style: italic;
}

::-webkit-input-placeholder {
    color: #8f8f8f;
    font-size: 13px;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #8f8f8f;
    font-size: 13px;
    font-style: italic;
}*/

/* TRANFORMATION CLASSES */
.lead {
    font: 24px/36px 'nowayregular';
}

.text-italic {
    font-family: 'nowayregular';
    font-style: italic;
}

.text-mute {
    color: #b4b4b4;
}

.text-default-color-1 {
    color: #bdfef8 !important;
}

.text-default-color-2 {
    color: #bdfef8 !important;
}

.text-highlight {
    display: inline-block;
    margin: 15px 0;
    padding: 5px 20px;
    background-color: #242424;
    color: #fff;
}
.parallax-layer {
    left: 75px !important; top: auto; display: block !important;
}

.text-highlight-1 {
    display: inline-block;
    padding: 0 30px;
    border-radius: 20px;
    background-color: #bdfef8;
    color: #fff;
}

.text-highlight-2 {
    display: inline-block;
    padding: 0 30px;
    border-radius: 20px;
    background-color: #bdfef8;
    color: #fff;
}

.dropcap:first-letter {
    float: left;
    font-size: 52px;
    line-height: 64px;
    margin-top: 5px;
    margin-right: 10px;
}

.bluring {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.shadow {
    position: relative;
    z-index: 200;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -200px;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.last,
.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-paddings {
    padding: 0;
}

.info-wrapper-inner h1 {
    letter-spacing: .003em;
    text-transform: uppercase;
    color: #fff;
    padding: 0 !important;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {

    h1 {
        font-size: 48px;
        line-height: 68px;
    }

    h2 {
        font-size: 36px;
        line-height: 48px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

}

@media (max-width: 767px) {

    h1 {
        font-size: 36px;
        line-height: 54px;
    }

    h2 {
        font-size: 32px;
        line-height: 42px;
    }

    h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .last {
        margin-bottom: 20px !important;
    }

    .shadow {
        margin-top: 50px;
        box-shadow: none;
    }

}

/***********************************************************************************
 *	+ WAVES EFFECT
 ***********************************************************************************/

.waves {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.waves .waves-ripple {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/

.headline {
    margin-bottom: 70px;
}

.headline h2 {
    margin-bottom: 0;
}

.headline p {
    margin-bottom: 0;
    font: 13px/24px 'nowayregular';
}

.title {
    margin-bottom: 50px;
}

.title:after {
    display: block;
    width: 90px;
    height: 6px;
    border-radius: 3px;
    background-color: #bdfef8;
    content: "";
}

.text-center.title:after {
    margin: 0 auto;
}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/

.alert {
    padding: 15px 30px;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: 'nowayregular';
    text-align: center;
}

.alert.alert-info {
    background-color: #464646;
}

.alert.alert-danger {
    background-color: #ff3369;
}

.alert.alert-success {
    background-color: #5939ff;
}

.alert.alert-warning {
    background-color: #fdff33;
    color: #464646;
}

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/

/* GENERAL */
ul,
ol {
    padding: 0;
    list-style-position: inside;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 20px;
}

dl {
    margin-bottom: 20px;
}

/* PLUS LIST */
.plus-list {
    list-style: none;
    margin-bottom: 20px;
    color: #464646;
    font-weight: 700;
}

.plus-list li:before {
    margin-right: 10px;
    color: #bdfef8;
    font-family: 'nowayregular';
    font-weight: 700;
    content: "+";
}

/* CIRCLE LIST */
.circle-list {
    list-style: none;
    margin-bottom: 20px;
    color: #464646;
}

.circle-list li {
    margin-bottom: 5px;
}

.circle-list li:last-child {
    margin-bottom: 0;
}

.circle-list li:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #bdfef8;
    border-radius: 50%;
    margin-right: 20px;
    content: "";
}

/* LOGOS LIST */
.logos-list {
    margin-bottom: 20px;
    list-style: none;
}

.logos-list li a {
    float: left;
    display: block;
    width: 20%;
    height: 90px;
    padding: 0 20px;
    margin: 20px 0;
    text-align: center;
    background: no-repeat top center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.logos-list.items-3 li a {
    width: 33.333333%;
}

.logos-list.items-4 li a {
    width: 25%;
}

.logos-list.items-5 li a {
    width: 20%;
}

.logos-list li a:hover {
    background-position: bottom center;
}

.logos-list:after {
    display: table;
    content: " ";
    clear: both;
}

@media (max-width: 767px) {

    .logos-list li,
    .logos-list.items-3 li a,
    .logos-list.items-4 li a,
    .logos-list.items-5 li a {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .logos-list li:last-child {
        margin-bottom: 0;
    }

}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/

.btn {
    position: relative;
    overflow: hidden;
    padding: 7px 30px 8px 30px;
    border: none;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-right: 15px;
    font: 13px/24px 'nowayregular';
    letter-spacing: 0.3px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.btn:last-child {
    margin-right: 0;
}

.btn i {
    margin-left: 10px;
    margin-right: -5px;
}

.btn-lg {
    padding: 9px 40px 10px 40px;
    font-size: 15px;
}

.btn-xs {
    padding: 5px 20px 6px 20px;
    font-size: 11px;
}

.btn:focus,
.btn:active {
    outline: 0 !important;
    box-shadow: none;
}

.btn:hover {
    border-radius: 0;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

/* DEFAULT BUTTON 1 */
.btn-default-1 {
    background-color: #82d8d0;
    color: #fff;
}

.btn-default-1:hover {
    background-color: #82d8d0;
    color: #fff;
}

.btn-default-1:hover,
.btn-default-1:focus {
    color: #fff;
}

.btn-default-1.waves .waves-ripple {
    background-color: #5eaaa2;
}

.btn-default-1.bordered {
    border: 1px solid #bdfef8;
    background-color: transparent;
    color: #bdfef8;
}

/* DEFAULT BUTTON 2 */
.btn-default-2 {
    background-color: #bdfef8;
    color: #fff;
}

.btn-default-2:hover,
.btn-default-2:focus {
    color: #fff;
}

.btn-default-2.waves .waves-ripple {
    background-color: #6164a3;
}

.btn-default-2.bordered {
    border: 1px solid #bdfef8;
    background-color: transparent;
    color: #bdfef8;
}

/* DEFAULT GREY */
.btn-grey {
    background-color: #e1e1e1;
    color: #464646;
}

.btn-grey:hover,
.btn-grey:focus {
    color: #464646;
}

.btn-grey.waves .waves-ripple {
    background-color: #f2f2f2;
}

.btn-grey.bordered {
    border: 1px solid #e1e1e1;
    background-color: transparent;
    color: #8f8f8f;
}

/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/

.hr {
    border-top: 1px solid #e1e1e1;
    margin: 50px 0;
    text-align: center;
}

.hr.default-color-1 {
    border-top-color: #bdfef8;
}

.hr.default-color-2 {
    border-top-color: #bdfef8;
}

.hr.black {
    border-top-color: #1c0533;
}

.hr .btn {
    margin-top: -20px;
}

/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/

.text-box {
    padding: 35px 50px;
    margin-bottom: 50px;
    background: no-repeat center center;
    background-color: #141414;
    color: #fff;
    background-size: cover;
}

.text-box.rounded {
    border-radius: 10px;
}

.text-box > img {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-box a,
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
    color: inherit;
}

.text-box > *:last-child {
    margin-bottom: 0;
}

.text-box.white {
    background-color: #fff;
    color: #8f8f8f;
}

.text-box.default-1 {
    background-color: #bdfef8;
}

.text-box.default-2 {
    background-color: #bdfef8;
}

.text-box.default-1 .btn-grey.bordered,
.text-box.default-2 .btn-grey.bordered {
    color: inherit;
}

/* TEXT BOXES LIST */
.text-boxes-list {
    /*margin: 50px 0 90px;*/
    list-style: none;
}

.text-boxes-list > li {
    position: relative;
    float: left;
    width: 33.33333%;
}

.text-boxes-list.col-3 > li {
    width: 33.33333%;
}

.text-boxes-list.col-4 > li {
    width: 25%;
}

.text-boxes-list > li .text-box {
    padding: 15% 10%;
    margin-bottom: 0;
}

.text-boxes-list.col-4 > li .text-box {
    padding: 20% 5%;
}

.text-boxes-list:after {
    display: table;
    content: " ";
    clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {

    .text-boxes-list.col-4 > li {
        width: 50%;
    }

}

@media (max-width: 767px) {

    .text-boxes-list > li,
    .text-boxes-list.col-3 > li,
    .text-boxes-list.col-4 > li {
        float: none;
        width: 100%;
    }

}

/***********************************************************************************
 *	+ IMAGE BOXES
 ***********************************************************************************/

/* STYLE 1 */
.image-box {
    margin-bottom: 50px;
}

.image-box + .image-box {
    margin-top: -50px;
}

.image-box .image-box-details,
.image-box .image-box-thumbnail {
    float: left;
    width: 50%;
    min-height: 1px;
}

.image-box .image-box-details h3 {
    margin-bottom: 30px;
}

.image-box .image-box-details h3 span {
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #bdfef8;
    margin-right: 12px;
    color: #bdfef8;
    line-height: 28px;
}

.image-box .image-box-thumbnail {
    background: no-repeat center center;
}

.image-box .image-box-details {
    padding: 90px 50px 90px 0;
}

.image-box .image-box-thumbnail + .image-box-details {
    padding-right: 0;
    padding-left: 80px;
}

.image-box .image-box-details > *:last-child {
    margin-bottom: 0;
}

.image-box:after {
    display: table;
    content: " ";
    clear: both;
}

/* STYLE 2 */
.image-box-2 {
    margin-bottom: 60px;
}

.image-box-2 img {
    float: left;
}

.image-box-2 .image-box-details {
    margin-left: 200px;
}

.image-box-2 .image-box-details h6 {
    margin-bottom: 15px;
    font: 16px 'nowayregular';
    text-transform: uppercase;
}

.image-box-2 .image-box-details .price {
    position: relative;
    float: right;
    color: #bdfef8;
    font-size: 18px;
    font-weight: 700;
}

.image-box-2 .image-box-details .price:before {
    position: absolute;
    top: 12px;
    left: -80px;
    width: 60px;
    border-top: 1px solid #bdfef8;
    content: "";
}

.image-box-2 .image-box-details .price small {
    display: block;
    color: #464646;
    font-size: 14px;
    font-weight: 400;
}

.image-box-2:after {
    display: table;
    content: " ";
    clear: both;
}

/* STYLE 3 */
.image-box-3 {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.image-box-3 .image-box-details {
    position: absolute;
    bottom: 40px;
    left: 0;
    border-right: 3px solid #bdfef8;
}

.image-box-3 .image-box-details a {
    display: block;
    padding: 20px 50px 20px 25px;
    background-color: #111;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.image-box-3 .image-box-details h6 {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.image-box-3 .image-box-details p {
    position: absolute;
    bottom: -30px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
    color: #bdfef8;
    opacity: 0;
    font: 12px/16px 'nowayregular';
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.image-box-3 .image-box-details p:after {
    display: block;
    border-bottom: 1px solid #bdfef8;
    content: "";
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.image-box-3 .image-box-details p:hover {
    color: #fff;
}

.image-box-3 .image-box-details p:hover:after {
    border-color: #fff;
}

.image-box-3:hover .image-box-details a {
    padding-bottom: 50px;
}

.image-box-3:hover .image-box-details p {
    bottom: 20px;
    opacity: 1;
}

.image-box-3 h4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font: 30px/48px 'nowayregular';
}

.image-box-3 h4 a {
    color: #fff;
}

.image-box-3 h4 a:hover {
    color: #bdfef8;
}

.image-box-3 h4 i {
    margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {

    .image-box-3 h4 {
        font-size: 22px;
        line-height: 30px;
    }

}

@media (max-width: 767px) {

    .image-box .image-box-details,
    .image-box .image-box-thumbnail {
        float: none;
        width: 100%;
    }

    .image-box .image-box-thumbnail {
        max-height: 300px !important;
    }

    .image-box + .image-box {
        margin-top: 0;
    }

    .image-box .image-box-details {
        padding: 30px 0;
    }

    .image-box .image-box-thumbnail + .image-box-details {
        padding-left: 0;
    }

    .image-box-2 img {
        float: none;
        display: block;
        margin-bottom: 30px;
    }

    .image-box-2 .image-box-details {
        margin-left: 0;
    }

}

/***********************************************************************************
 *	+ IMAGES GALLERY
 ***********************************************************************************/

.images-gallery {
    margin: -15px -15px 50px;
    list-style: none;
}

.images-gallery li {
    float: left;
    width: 50%;
    padding: 15px;
}

.images-gallery:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/***********************************************************************************
 *	+ TOOLTIP
 ***********************************************************************************/

.tooltip-container {
    position: relative;
    margin-bottom: 100px;
}

.tooltip-details {
    position: absolute;
    top: -30px;
    left: -50px;
    width: 350px;
    padding: 60px 50px;
    border: 2px solid #e1e1e1;
    border-radius: 3px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.tooltip-details:before {
    position: absolute;
    top: 60px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #e1e1e1;
    content: "";
}

.tooltip-details:after {
    position: absolute;
    top: 62px;
    right: -8px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    content: "";
}

.tooltip-details h6 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.tooltip-details > *:last-child {
    margin-bottom: 0;
}

.tooltip-container:hover .tooltip-details {
    left: 0;
    opacity: 1;
}

@media (max-width: 767px) {

    .tooltip-details {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 25px;
        margin-top: 30px;
        opacity: 1;
    }

    .tooltip-details:before,
    .tooltip-details:after {
        display: none;
    }

}

/***********************************************************************************
 *	+ OVERLAP SECTION
 ***********************************************************************************/

.overlap-section {
    position: relative;
    margin-top: 100px;
}

.overlap-item {
    width: 50%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.overlap-item > *:last-child {
    margin-bottom: 0;
}

.overlap-item:first-child {
    float: right;
}

.overlap-item:last-child {
    position: absolute;
    bottom: -130px;
    left: 50px;
    box-shadow: -43px 124px 90px 1px rgba(0, 0, 0, 0.36);
}

.overlap-section:after {
    display: table;
    clear: both;
    content: "";
}

.image-overlap {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.image-overlap.after {
    margin-bottom: 150px;
}

.image-overlap.before {
    margin-top: 50px;
}

.image-overlap.after:after {
    position: absolute;
    z-index: -1;
    top: 50px;
    right: 0;
    bottom: -50px;
    left: 100px;
    background-color: #f2f9fe;
    content: "";
}

.image-overlap.before:after {
    position: absolute;
    z-index: -1;
    top: -50px;
    bottom: 50px;
    left: -100px;
    width: 80%;
    background-color: #f2f9fe;
    content: "";
}

@media (max-width: 767px) {

    .overlap-item {
        width: 100%;
        margin-bottom: 50px;
    }

    .overlap-item:first-child {
        float: none;
    }

    .overlap-item:last-child {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .image-overlap img {
        max-width: 80%;
    }

    .image-overlap.before {
        text-align: right;
    }

}

/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/

.panel {
    box-shadow: none;
    background-color: transparent;
}

.panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.panel-title a,
.panel-title a:focus {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    padding: 12px 45px;
    margin-bottom: 15px;
    background-color: #bdfef8;
    color: #fff;
    font: 14px/27px 'nowayregular';
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.panel-title a:before {
    position: absolute;
    top: 50%;
    left: 25px;
    font-size: 14px;
    content: "+";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.panel-title a[aria-expanded="true"]:before {
    content: "-";
}

.panel-title a:hover,
.panel-title a[aria-expanded="true"] {
    background-color: #6164a3;
    color: #fff;
}

.panel-title .waves .waves-ripple {
    background-color: #6164a3;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 25px 25px 40px;
}

.panel-body *:last-child {
    margin-bottom: 0;
}

/* STYLE 2 */
.panel-group.style-2 .panel-title a,
.panel-group.style-2 .panel-title a:focus {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: #464646;
}

.panel-group.style-2 .panel-title a:hover,
.panel-group.style-2 .panel-title a[aria-expanded="true"] {
    border-color: #bdfef8;
    background-color: #bdfef8;
    color: #fff;
}

.panel-group.style-2 .panel-title .waves .waves-ripple {
    background-color: #6164a3;
}

.widget.widget-contact.social .panel-group.style-2 .panel-title a:before {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #636b75;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    position: relative;
    z-index: 99999999;
}

.widget.widget-contact.social .panel-group.style-2 {
    position: relative;
    z-index: 99999999;
}

.panel-group.style-2 .panel-title a:hover:before,
.panel-group.style-2 .panel-title a[aria-expanded="true"]:before {
    border-color: #fff;
    color: #fff;
}

/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li {
    width: 25%;
    margin: 0;
    padding-right: 3px;
}

.nav-tabs > li:last-child {
    padding-right: 0;
}

.nav-tabs.items-3 > li {
    width: 33.333333%;
}

.nav-tabs.items-4 > li {
    width: 25%;
}

.nav-tabs.items-5 > li {
    width: 20%;
}

.nav-tabs.items-6 > li {
    width: 16.666667%;
}

.nav-tabs > li:last-child {
    margin-right: 0;
}

.nav-tabs > li > a {
    display: block;
    padding: 10px 25px;
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: #464646;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.nav-tabs > li > a small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

.nav-tabs > li > a:focus {
    border-color: transparent;
    background-color: transparent;
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    background-color: rgba(138, 26, 74, 0.6);
}

.nav-tabs > li > a.waves .waves-ripple {
    background-color: #bdfef8;
}

.tab-content {
    margin: 90px 0 30px 0;
}

.tab-content .tab-pane > *:last-child {
    margin-bottom: 0;
}

.tab-content:after {
    display: table;
    content: " ";
    clear: both;
}

/* STYLE 2 */
.tabs.style-2 .nav-tabs > li {
    float: none;
    display: inline-block;
    width: auto;
    margin-right: 20px;
}

.tabs.style-2 .nav-tabs > li:last-child {
    margin-right: 0;
}

.tabs.style-2 .nav-tabs > li > a {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    background-color: transparent;
    font-size: 13px;
}

.tabs.style-2 .nav-tabs > li > a:focus {
    border-color: #bdfef8;
    background-color: #bdfef8;
}

.tabs.style-2 .nav-tabs > li > a:hover,
.tabs.style-2 .nav-tabs > li.active > a,
.tabs.style-2 .nav-tabs > li.active > a:hover,
.tabs.style-2 .nav-tabs > li.active > a:focus {
    border: 1px solid #bdfef8;
    background-color: #bdfef8;
    color: #fff;
}

.tabs.style-2 .nav-tabs > li > a.waves .waves-ripple {
    border-radius: 20px;
    background-color: #6164a3;
}

.tabs.style-2 .tab-content {
    margin-top: 50px;
}

.discount {
    position: absolute;
    top: 50%;
    right: 100px;
    width: 165px;
    height: 165px;
    padding: 30px 35px;
    border-radius: 50%;
    background-color: #bdfef8;
    color: #fff;
    font-size: 48px;
    line-height: 34px;
    font-weight: 300;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.discount small {
    display: block;
    color: #fff;
    font: 400 14px/36px 'nowayregular';
}

/* STYLE 3 */
.tabs.style-3 .nav-tabs {
    border-bottom: 1px solid #e1e1e1;
}

.tabs.style-3 .nav-tabs > li {
    width: auto;
    margin-right: 50px;
}

.tabs.style-3 .nav-tabs > li:last-child {
    margin-right: 0;
}

.tabs.style-3 .nav-tabs > li > a {
    position: relative;
    padding: 0;
    padding-bottom: 5px;
    background-color: transparent;
    font: 14px/27px 'nowayregular';
    font-weight: 400;
    text-transform: none;
}

.tabs.style-3 .nav-tabs > li > a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 0;
    height: 3px;
    background-color: #bdfef8;
    content: "";
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.tabs.style-3 .nav-tabs > li.active > a {
    background-color: transparent;
}

.tabs.style-3 .nav-tabs > li > a:hover {
    color: #bdfef8;
}

.tabs.style-3 .nav-tabs > li.active > a:hover {
    color: #464646;
}

.tabs.style-3 .nav-tabs > li.active > a:after {
    width: 100%;
}

.tabs.style-3 .tab-content {
    margin: 40px 0;
}

/* STYLE 4 */
.tabs.style-4 .nav-tabs {
    margin-bottom: 80px;
}

.tabs.style-4 .nav-tabs > li > a {
    border-top: 5px solid transparent;
    background-color: transparent;
    font: 300 13px 'nowayregular';
    text-transform: none;
}

.tabs.style-4 .nav-tabs > li > a span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #464646;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 22px;
    text-align: center;
}

.tabs.style-4 .nav-tabs > li > a:hover,
.tabs.style-4 .nav-tabs > li.active > a,
.tabs.style-4 .nav-tabs > li.active > a:hover,
.tabs.style-4 .nav-tabs > li.active > a:focus {
    background-color: #f6f8fb;
}

.tabs.style-4 .nav-tabs > li.active > a {
    border-top-color: #bdfef8;
}

/* VERTICAL TABS */
.tabs.vertical-tabs .nav-tabs {
    float: left;
    width: 240px;
}

.tabs.vertical-tabs .nav-tabs > li {
    float: none;
    width: auto;
    padding-right: 0;
    margin-right: 0;
}

.tabs.vertical-tabs .nav-tabs > li > a {
    border-top: 5px solid transparent;
    background-color: transparent;
    font: 300 13px 'nowayregular';
    text-transform: none;
}

.tabs.vertical-tabs .nav-tabs > li > a span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #464646;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 22px;
    text-align: center;
}

.tabs.vertical-tabs .nav-tabs > li > a:hover,
.tabs.vertical-tabs .nav-tabs > li.active > a,
.tabs.vertical-tabs .nav-tabs > li.active > a:hover,
.tabs.vertical-tabs .nav-tabs > li.active > a:focus {
    background-color: #f6f8fb;
}

.tabs.vertical-tabs .nav-tabs > li.active > a {
    border-top-color: #bdfef8;
}

.tabs.vertical-tabs .nav-tabs > li > a.waves .waves-ripple {
    background-color: #e1e1e1;
}

.tabs.vertical-tabs .tab-content {
    margin-top: 0;
    margin-left: 270px;
}

@media (min-width: 1200px) {

    .discount {
        right: 200px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .nav-tabs > li > a {
        padding: 10px 15px;
    }

    .discount {
        right: 0;
    }

    .tabs.style-4 .nav-tabs > li > a span {
        display: none;
    }

}

@media (max-width: 767px) {

    .nav-tabs > li,
    .nav-tabs.items-3 > li,
    .nav-tabs.items-4 > li,
    .nav-tabs.items-5 > li,
    .nav-tabs.items-6 > li {
        width: 100%;
    }

    .tabs.style-2 .nav-tabs > li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .tabs.style-2 .nav-tabs > li:last-child {
        margin-bottom: 0;
    }

    .tabs.style-3 .nav-tabs {
        border-bottom: none;
    }

    .tabs.style-3 .nav-tabs > li {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .tabs.style-3 .nav-tabs > li:last-child {
        margin-bottom: 0;
    }

    .tabs.vertical-tabs .nav-tabs {
        float: none;
        width: 100%;
    }

    .tabs.vertical-tabs .tab-content {
        margin-top: 50px;
        margin-left: 0;
    }

    .discount {
        right: 0;
    }

}

/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/

.map-container {
    position: relative;
}

.map {
    height: 300px;
    margin-bottom: 50px;
}

.map img {
    max-width: none;
}

.location-details {
    position: absolute;
    top: 100px;
    left: 15%;
    width: 450px;
    padding: 30px 50px;
    border-radius: 30px;
    background-color: #bdfef8;
    color: #fff;
}

.location-details a {
    color: inherit;
}

.location-details > *:last-child {
    margin-bottom: 0;
}

.location-details .close-details {
    position: absolute;
    top: 20px;
    right: 25px;
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.location-details .close-details:hover {
    color: #242424;
}

.location-details .widget-contact ul li {
    margin-bottom: 15px;
}

.location-details .widget-contact ul li a {
    color: inherit;
}

@media (max-width: 767px) {

    .map {
        height: 400px !important;
    }

    .location-details {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 30px;
        border-radius: 0;
    }

}

/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/

.social-media {
    margin-bottom: 20px;
}

.social-media a {
    display: inline-block;
    margin-right: 18px;
    font-size: 16px;
    line-height: 32px;
    color: #838383;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.social-media.bordered,
.social-media.rounded {
    margin-top: -5px;
}

.social-media.bordered a {
    width: 25px;
    height: 25px;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    margin: 5px 15px 5px 0;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
}

.social-media.rounded a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin: 5px 15px 5px 0;
    background-color: #636b75;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
}

.social-media a:last-child {
    margin-right: 0;
}

.social-media a.facebook:hover {
    color: #0e59a0;
}

.social-media a.twitter:hover {
    color: #0ea4ff;
}

.social-media a.dribbble:hover {
    color: #ea73a0;
}

.social-media a.pinterest:hover {
    color: #d73532;
}

.social-media a.google:hover {
    color: #da4835;
}

.social-media a.tumblr:hover {
    color: #2a445f;
}

.social-media a.instagram:hover {
    color: #a5552b;
}

.social-media a.rss:hover {
    color: #f79638;
}

.social-media a.linkedin:hover {
    color: #018faf;
}

.social-media a.skype:hover {
    color: #00b0f6;
}

.social-media a.flickr:hover {
    color: #0061db;
}

.social-media a.vimeo:hover {
    color: #4cb2d9;
}

.social-media a.github:hover {
    color: #3b3b3b;
}

.social-media a.youtube:hover {
    color: #cc181e;
}

.social-media a.windows:hover {
    color: #6dc2e9;
}

.social-media a.dropbox:hover {
    color: #007ee5;
}

.social-media a.xing:hover {
    color: #026566;
}

.social-media a.adn:hover {
    color: #1ea076;
}

.social-media a.android:hover {
    color: #98cb02;
}

.social-media a.apple:hover {
    color: #a6b1b7;
}

.social-media a.behance:hover {
    color: #2d9ad2;
}

.social-media a.bitbucket:hover {
    color: #214f81;
}

.social-media a.bitcoin:hover {
    color: #f7931b;
}

.social-media a.codepan:hover {
    color: #000;
}

.social-media a.css3:hover {
    color: #3289ce;
}

.social-media a.delicious:hover {
    color: #3399fe;
}

.social-media a.deviantart:hover {
    color: #c8da30;
}

.social-media a.digg:hover {
    color: #0080c2;
}

.social-media a.drupal:hover {
    color: #0077b9;
}

.social-media a.empire:hover {
    color: #000;
}

.social-media a.foursquare:hover {
    color: #daecb0;
}

.social-media a.git:hover {
    color: #f34f29;
}

.social-media a.gitti:hover {
    color: #634c3e;
}

.social-media a.hacker-news:hover {
    color: #f18642;
}

.social-media a.html5:hover {
    color: #e54c1f;
}

.social-media a.joomla:hover {
    color: #016fb9;
}

.social-media a.jsfiddle:hover {
    color: #4679a4;
}

.social-media a.linux:hover {
    color: #fece0e;
}

.social-media a.maxcdn:hover {
    color: #f36f20;
}

.social-media a.openid:hover {
    color: #fe6101;
}

.social-media a.pagelines:hover {
    color: #3783e3;
}

.social-media a.pied-piper:hover {
    color: #0c7b48;
}

.social-media a.qq:hover {
    color: #23286c;
}

.social-media a.rebel:hover {
    color: #000;
}

.social-media a.reddit:hover {
    color: #cee3f8;
}

.social-media a.renren:hover {
    color: #0d81e4;
}

.social-media a.share:hover {
    color: #252525;
}

.social-media a.slack:hover {
    color: #453744;
}

.social-media a.soundcloud:hover {
    color: #fe4e00;
}

.social-media a.spotify:hover {
    color: #80bb41;
}

.social-media a.stack-exchange:hover {
    color: #265a93;
}

.social-media a.stackoverflow:hover {
    color: #fea501;
}

.social-media a.steam:hover {
    color: #191919;
}

.social-media a.stumbleupon:hover {
    color: #f04f23;
}

.social-media a.tencent-weibo:hover {
    color: #0063a7;
}

.social-media a.trello:hover {
    color: #226784;
}

.social-media a.vine:hover {
    color: #00b081;
}

.social-media a.vk:hover {
    color: #50769d;
}

.social-media a.wechat:hover {
    color: #a4dc31;
}

.social-media a.weibo:hover {
    color: #d82828;
}

.social-media a.wordpress:hover {
    color: #454442;
}

.social-media a.yahoo:hover {
    color: #4b04a8;
}

.social-media a.ftpx:hover {
    color: #000;
}

.social-media a.amazon:hover {
    color: #ff9900;
}

.social-media a.angellist:hover {
    color: #000;
}

.social-media a.btc:hover {
    color: #f7931b;
}

.social-media a.black-tie:hover {
    color: #000;
}

.social-media a.bluetooth:hover {
    color: #0a3d91;
}

.social-media a.buysellads:hover {
    color: #ba0202;
}

.social-media a.cc-amex:hover {
    color: #016dd2;
}

.social-media a.cc-diners-club:hover {
    color: #0069aa;
}

.social-media a.cc-discover:hover {
    color: #f88737;
}

.social-media a.cc-jcb:hover {
    color: #29166f;
}

.social-media a.cc-mastercard:hover {
    color: #fe9611;
}

.social-media a.paypal:hover {
    color: #012069;
}

.social-media a.cc-stripe:hover {
    color: #49b802;
}

.social-media a.cc-visa:hover {
    color: #1b4da2;
}

.social-media a.chrome:hover {
    color: #edcd16;
}

.social-media a.codepen:hover {
    color: #1b1c1b;
}

.social-media a.codiepie:hover {
    color: #000;
}

.social-media a.connectdevelop:hover {
    color: #023cb0;
}

.social-media a.contao:hover {
    color: #e4790f;
}

.social-media a.dashcube:hover {
    color: #000;
}

.social-media a.edge:hover {
    color: #2c74be;
}

.social-media a.expeditedssl:hover {
    color: #2e2e2e;
}

.social-media a.firefox:hover {
    color: #df731b;
}

.social-media a.fonticons:hover {
    color: #1d1e2a;
}

.social-media a.fort-awesome:hover {
    color: #000;
}

.social-media a.forumbee:hover {
    color: #85ac2f;
}

.social-media a.get-pocket:hover {
    color: #e84352;
}

.social-media a.gg:hover {
    color: #fd0002;
}

.social-media a.gratipay:hover {
    color: #653614;
}

.social-media a.houzz:hover {
    color: #9bc545;
}

.social-media a.internet-explorer:hover {
    color: #00bcf2;
}

.social-media a.ioxhost:hover {
    color: #f6a814;
}

.social-media a.lastfm:hover {
    color: #e2152b;
}

.social-media a.leanpub:hover {
    color: #231f20;
}

.social-media a.meanpath:hover {
    color: #538dd6;
}

.social-media a.medium:hover {
    color: #00ab6c;
}

.social-media a.mixcloud:hover {
    color: #040204;
}

.social-media a.modx:hover {
    color: #8ed547;
}

.social-media a.odnoklassniki:hover {
    color: #f68634;
}

.social-media a.opencart:hover {
    color: #00c1f2;
}

.social-media a.opera:hover {
    color: #e81617;
}

.social-media a.optin-monster:hover {
    color: #8ed31e;
}

.social-media a.product-hunt:hover {
    color: #d6573d;
}

.social-media a.reddit:hover {
    color: #ff4500;
}

.social-media a.safari:hover {
    color: #2973d9;
}

.social-media a.scribd:hover {
    color: #382d29;
}

.social-media a.sellsy:hover {
    color: #006ca2;
}

.social-media a.shirtsinbulk:hover {
    color: #dd3a26;
}

.social-media a.simplybuilt:hover {
    color: #322f34;
}

.social-media a.skyatlas:hover {
    color: #01aebe;
}

.social-media a.slideshare:hover {
    color: #13999a;
}

.social-media a.stack-overflow:hover {
    color: #ef532a;
}

.social-media a.tripadvisor:hover {
    color: #1e892f;
}

.social-media a.twitch:hover {
    color: #6441a5;
}

.social-media a.usb:hover {
    color: #000;
}

.social-media a.viacoin:hover {
    color: #2376a2;
}

.social-media a.whatsapp:hover {
    color: #44c254;
}

.social-media a.wikipedia:hover {
    color: #0c0c0c;
}

.social-media a.y-combinator:hover {
    color: #ff6501;
}

.social-media a.yelp:hover {
    color: #bf311b;
}

.social-media a.email:hover {
    color: #689c49;
}

.social-media a.envira:hover {
    color: #75bd3b;
}

.social-media a.gitlab:hover {
    color: #e24329;
}

.social-media a.glide:hover {
    color: #00a7ff;
}

.social-media a.snapchat:hover {
    color: #efe200;
}

.social-media a.viadeo:hover {
    color: #f4982b;
}

.social-media a.wpbeginner:hover {
    color: #ff6600;
}

.social-media a.wpforms:hover {
    color: #b6581a;
}

.social-media.bordered a.facebook:hover {
    color: #0e59a0;
    border-color: #0e59a0;
}

.social-media.bordered a.twitter:hover {
    color: #0ea4ff;
    border-color: #0ea4ff;
}

.social-media.bordered a.dribbble:hover {
    color: #ea73a0;
    border-color: #ea73a0;
}

.social-media.bordered a.pinterest:hover {
    color: #d73532;
    border-color: #d73532;
}

.social-media.bordered a.google:hover {
    color: #da4835;
    border-color: #da4835;
}

.social-media.bordered a.tumblr:hover {
    color: #2a445f;
    border-color: #2a445f;
}

.social-media.bordered a.instagram:hover {
    color: #82685a;
    border-color: #82685a;
}

.social-media.bordered a.rss:hover {
    color: #f79638;
    border-color: #f79638;
}

.social-media.bordered a.linkedin:hover {
    color: #018faf;
    border-color: #018faf;
}

.social-media.bordered a.skype:hover {
    color: #00b0f6;
    border-color: #00b0f6;
}

.social-media.bordered a.flickr:hover {
    color: #0061db;
    border-color: #0061db;
}

.social-media.bordered a.vimeo:hover {
    color: #4cb2d9;
    border-color: #4cb2d9;
}

.social-media.bordered a.github:hover {
    color: #3b3b3b;
    border-color: #3b3b3b;
}

.social-media.bordered a.youtube:hover {
    color: #cc181e;
    border-color: #cc181e;
}

.social-media.bordered a.windows:hover {
    color: #6dc2e9;
    border-color: #6dc2e9;
}

.social-media.bordered a.dropbox:hover {
    color: #007ee5;
    border-color: #007ee5;
}

.social-media.bordered a.xing:hover {
    color: #026566;
    border-color: #026566;
}

.social-media.bordered a.adn:hover {
    color: #1ea076;
    border-color: #1ea076;
}

.social-media.bordered a.android:hover {
    color: #98cb02;
    border-color: #98cb02;
}

.social-media.bordered a.apple:hover {
    color: #a6b1b7;
    border-color: #a6b1b7;
}

.social-media.bordered a.behance:hover {
    color: #2d9ad2;
    border-color: #2d9ad2;
}

.social-media.bordered a.bitbucket:hover {
    color: #214f81;
    border-color: #214f81;
}

.social-media.bordered a.bitcoin:hover {
    color: #f7931b;
    border-color: #f7931b;
}

.social-media.bordered a.codepan:hover {
    color: #000;
    border-color: #000;
}

.social-media.bordered a.css3:hover {
    color: #3289ce;
    border-color: #3289ce;
}

.social-media.bordered a.delicious:hover {
    color: #3399fe;
    border-color: #3399fe;
}

.social-media.bordered a.deviantart:hover {
    color: #c8da30;
    border-color: #c8da30;
}

.social-media.bordered a.digg:hover {
    color: #0080c2;
    border-color: #0080c2;
}

.social-media.bordered a.drupal:hover {
    color: #0077b9;
    border-color: #0077b9;
}

.social-media.bordered a.empire:hover {
    color: #000;
    border-color: #000;
}

.social-media.bordered a.foursquare:hover {
    color: #daecb0;
    border-color: #daecb0;
}

.social-media.bordered a.git:hover {
    color: #f34f29;
    border-color: #f34f29;
}

.social-media.bordered a.gitti:hover {
    color: #634c3e;
    border-color: #634c3e;
}

.social-media.bordered a.hacker-news:hover {
    color: #f18642;
    border-color: #f18642;
}

.social-media.bordered a.html5:hover {
    color: #e54c1f;
    border-color: #e54c1f;
}

.social-media.bordered a.joomla:hover {
    color: #016fb9;
    border-color: #016fb9;
}

.social-media.bordered a.jsfiddle:hover {
    color: #4679a4;
    border-color: #4679a4;
}

.social-media.bordered a.linux:hover {
    color: #fece0e;
    border-color: #fece0e;
}

.social-media.bordered a.maxcdn:hover {
    color: #f36f20;
    border-color: #f36f20;
}

.social-media.bordered a.openid:hover {
    color: #fe6101;
    border-color: #fe6101;
}

.social-media.bordered a.pagelines:hover {
    color: #3783e3;
    border-color: #3783e3;
}

.social-media.bordered a.pied-piper:hover {
    color: #0c7b48;
    border-color: #0c7b48;
}

.social-media.bordered a.qq:hover {
    color: #23286c;
    border-color: #23286c;
}

.social-media.bordered a.rebel:hover {
    color: #000;
    border-color: #000;
}

.social-media.bordered a.reddit:hover {
    color: #cee3f8;
    border-color: #cee3f8;
}

.social-media.bordered a.renren:hover {
    color: #0d81e4;
    border-color: #0d81e4;
}

.social-media.bordered a.share:hover {
    color: #252525;
    border-color: #252525;
}

.social-media.bordered a.slack:hover {
    color: #453744;
    border-color: #453744;
}

.social-media.bordered a.soundcloud:hover {
    color: #fe4e00;
    border-color: #fe4e00;
}

.social-media.bordered a.spotify:hover {
    color: #80bb41;
    border-color: #80bb41;
}

.social-media.bordered a.stack-exchange:hover {
    color: #265a93;
    border-color: #265a93;
}

.social-media.bordered a.stackoverflow:hover {
    color: #fea501;
    border-color: #fea501;
}

.social-media.bordered a.steam:hover {
    color: #191919;
    border-color: #191919;
}

.social-media.bordered a.stumbleupon:hover {
    color: #f04f23;
    border-color: #f04f23;
}

.social-media.bordered a.tencent-weibo:hover {
    color: #0063a7;
    border-color: #0063a7;
}

.social-media.bordered a.trello:hover {
    color: #226784;
    border-color: #226784;
}

.social-media.bordered a.vine:hover {
    color: #00b081;
    border-color: #00b081;
}

.social-media.bordered a.vk:hover {
    color: #50769d;
    border-color: #50769d;
}

.social-media.bordered a.wechat:hover {
    color: #a4dc31;
    border-color: #a4dc31;
}

.social-media.bordered a.weibo:hover {
    color: #d82828;
    border-color: #d82828;
}

.social-media.bordered a.wordpress:hover {
    color: #454442;
    border-color: #454442;
}

.social-media.bordered a.yahoo:hover {
    color: #4b04a8;
    border-color: #4b04a8;
}

.social-media.bordered a.ftpx:hover {
    color: #000;
    border-color: #000;
}

.social-media.bordered a.amazon:hover {
    color: #ff9900;
    border-color: #ff9900;
}

.social-media.bordered a.angellist:hover {
    color: #000;
    border-color: #000;
}

.social-media.bordered a.btc:hover {
    color: #f7931b;
    border-color: #f7931b;
}

.social-media.bordered a.black-tie:hover {
    color: #000;
    border-color: #000;
}

.social-media.bordered a.bluetooth:hover {
    color: #0a3d91;
    border-color: #0a3d91;
}

.social-media.bordered a.buysellads:hover {
    color: #ba0202;
    border-color: #ba0202;
}

.social-media.bordered a.cc-amex:hover {
    color: #016dd2;
    border-color: #016dd2;
}

.social-media.bordered a.cc-diners-club:hover {
    color: #0069aa;
    border-color: #0069aa;
}

.social-media.bordered a.cc-discover:hover {
    color: #f88737;
    border-color: #f88737;
}

.social-media.bordered a.cc-jcb:hover {
    color: #29166f;
    border-color: #29166f;
}

.social-media.bordered a.cc-mastercard:hover {
    color: #fe9611;
    border-color: #fe9611;
}

.social-media.bordered a.paypal:hover {
    color: #012069;
    border-color: #012069;
}

.social-media.bordered a.cc-stripe:hover {
    color: #49b802;
    border-color: #49b802;
}

.social-media.bordered a.cc-visa:hover {
    color: #1b4da2;
    border-color: #1b4da2;
}

.social-media.bordered a.chrome:hover {
    color: #edcd16;
    border-color: #edcd16;
}

.social-media.bordered a.codepen:hover {
    color: #1b1c1b;
    border-color: #1b1c1b;
}

.social-media.bordered a.codiepie:hover {
    color: #000;
    border-color: #000;
}

.social-media.bordered a.connectdevelop:hover {
    color: #023cb0;
    border-color: #023cb0;
}

.social-media.bordered a.contao:hover {
    color: #e4790f;
    border-color: #e4790f;
}

.social-media.bordered a.dashcube:hover {
    color: #000;
    border-color: #000;
}

.social-media.bordered a.edge:hover {
    color: #2c74be;
    border-color: #2c74be;
}

.social-media.bordered a.expeditedssl:hover {
    color: #2e2e2e;
    border-color: #2e2e2e;
}

.social-media.bordered a.firefox:hover {
    color: #df731b;
    border-color: #df731b;
}

.social-media.bordered a.fonticons:hover {
    color: #1d1e2a;
    border-color: #1d1e2a;
}

.social-media.bordered a.fort-awesome:hover {
    color: #000;
    border-color: #000;
}

.social-media.bordered a.forumbee:hover {
    color: #85ac2f;
    border-color: #85ac2f;
}

.social-media.bordered a.get-pocket:hover {
    color: #e84352;
    border-color: #e84352;
}

.social-media.bordered a.gg:hover {
    color: #fd0002;
    border-color: #fd0002;
}

.social-media.bordered a.gratipay:hover {
    color: #653614;
    border-color: #653614;
}

.social-media.bordered a.houzz:hover {
    color: #9bc545;
    border-color: #9bc545;
}

.social-media.bordered a.internet-explorer:hover {
    color: #00bcf2;
    border-color: #00bcf2;
}

.social-media.bordered a.ioxhost:hover {
    color: #f6a814;
    border-color: #f6a814;
}

.social-media.bordered a.lastfm:hover {
    color: #e2152b;
    border-color: #e2152b;
}

.social-media.bordered a.leanpub:hover {
    color: #231f20;
    border-color: #231f20;
}

.social-media.bordered a.meanpath:hover {
    color: #538dd6;
    border-color: #538dd6;
}

.social-media.bordered a.medium:hover {
    color: #00ab6c;
    border-color: #00ab6c;
}

.social-media.bordered a.mixcloud:hover {
    color: #040204;
    border-color: #040204;
}

.social-media.bordered a.modx:hover {
    color: #8ed547;
    border-color: #8ed547;
}

.social-media.bordered a.odnoklassniki:hover {
    color: #f68634;
    border-color: #f68634;
}

.social-media.bordered a.opencart:hover {
    color: #00c1f2;
    border-color: #00c1f2;
}

.social-media.bordered a.opera:hover {
    color: #e81617;
    border-color: #e81617;
}

.social-media.bordered a.optin-monster:hover {
    color: #8ed31e;
    border-color: #8ed31e;
}

.social-media.bordered a.product-hunt:hover {
    color: #d6573d;
    border-color: #d6573d;
}

.social-media.bordered a.reddit:hover {
    color: #ff4500;
    border-color: #ff4500;
}

.social-media.bordered a.safari:hover {
    color: #2973d9;
    border-color: #2973d9;
}

.social-media.bordered a.scribd:hover {
    color: #382d29;
    border-color: #382d29;
}

.social-media.bordered a.sellsy:hover {
    color: #006ca2;
    border-color: #006ca2;
}

.social-media.bordered a.shirtsinbulk:hover {
    color: #dd3a26;
    border-color: #dd3a26;
}

.social-media.bordered a.simplybuilt:hover {
    color: #322f34;
    border-color: #322f34;
}

.social-media.bordered a.skyatlas:hover {
    color: #01aebe;
    border-color: #01aebe;
}

.social-media.bordered a.slideshare:hover {
    color: #13999a;
    border-color: #13999a;
}

.social-media.bordered a.stack-overflow:hover {
    color: #ef532a;
    border-color: #ef532a;
}

.social-media.bordered a.tripadvisor:hover {
    color: #1e892f;
    border-color: #1e892f;
}

.social-media.bordered a.twitch:hover {
    color: #6441a5;
    border-color: #6441a5;
}

.social-media.bordered a.usb:hover {
    color: #000;
    border-color: #000;
}

.social-media.bordered a.viacoin:hover {
    color: #2376a2;
    border-color: #2376a2;
}

.social-media.bordered a.whatsapp:hover {
    color: #44c254;
    border-color: #44c254;
}

.social-media.bordered a.wikipedia:hover {
    color: #0c0c0c;
    border-color: #0c0c0c;
}

.social-media.bordered a.y-combinator:hover {
    color: #ff6501;
    border-color: #ff6501;
}

.social-media.bordered a.yelp:hover {
    color: #bf311b;
    border-color: #bf311b;
}

.social-media.bordered a.email:hover {
    color: #689c49;
    border-color: #689c49;
}

.social-media.bordered a.envira:hover {
    color: #75bd3b;
    border-color: #75bd3b;
}

.social-media.bordered a.gitlab:hover {
    color: #e24329;
    border-color: #e24329;
}

.social-media.bordered a.glide:hover {
    color: #00a7ff;
    border-color: #00a7ff;
}

.social-media.bordered a.snapchat:hover {
    color: #efe200;
    border-color: #efe200;
}

.social-media.bordered a.viadeo:hover {
    color: #f4982b;
    border-color: #f4982b;
}

.social-media.bordered a.wpbeginner:hover {
    color: #ff6600;
    border-color: #ff6600;
}

.social-media.bordered a.wpforms:hover {
    color: #b6581a;
    border-color: #b6581a;
}

.social-media.rounded a:hover {
    color: #fff !important;
}

.social-media.rounded a.facebook:hover {
    background-color: #0e59a0;
}

.social-media.rounded a.twitter:hover {
    background-color: #0ea4ff;
}

.social-media.rounded a.dribbble:hover {
    background-color: #ea73a0;
}

.social-media.rounded a.pinterest:hover {
    background-color: #d73532;
}

.social-media.rounded a.google:hover {
    background-color: #da4835;
}

.social-media.rounded a.tumblr:hover {
    background-color: #2a445f;
}

.social-media.rounded a.instagram:hover {
    background-color: #82685a;
}

.social-media.rounded a.rss:hover {
    background-color: #f79638;
}

.social-media.rounded a.linkedin:hover {
    background-color: #018faf;
}

.social-media.rounded a.skype:hover {
    background-color: #00b0f6;
}

.social-media.rounded a.flickr:hover {
    background-color: #0061db;
}

.social-media.rounded a.vimeo:hover {
    background-color: #4cb2d9;
}

.social-media.rounded a.github:hover {
    background-color: #3b3b3b;
}

.social-media.rounded a.youtube:hover {
    background-color: #cc181e;
}

.social-media.rounded a.windows:hover {
    background-color: #6dc2e9;
}

.social-media.rounded a.dropbox:hover {
    background-color: #007ee5;
}

.social-media.rounded a.xing:hover {
    background-color: #026566;
}

.social-media.rounded a.adn:hover {
    background-color: #1ea076;
}

.social-media.rounded a.android:hover {
    background-color: #98cb02;
}

.social-media.rounded a.apple:hover {
    background-color: #a6b1b7;
}

.social-media.rounded a.behance:hover {
    background-color: #2d9ad2;
}

.social-media.rounded a.bitbucket:hover {
    background-color: #214f81;
}

.social-media.rounded a.bitcoin:hover {
    background-color: #f7931b;
}

.social-media.rounded a.codepan:hover {
    background-color: #000;
}

.social-media.rounded a.css3:hover {
    background-color: #3289ce;
}

.social-media.rounded a.delicious:hover {
    background-color: #3399fe;
}

.social-media.rounded a.deviantart:hover {
    background-color: #c8da30;
}

.social-media.rounded a.digg:hover {
    background-color: #0080c2;
}

.social-media.rounded a.drupal:hover {
    background-color: #0077b9;
}

.social-media.rounded a.empire:hover {
    background-color: #000;
}

.social-media.rounded a.foursquare:hover {
    background-color: #daecb0;
}

.social-media.rounded a.git:hover {
    background-color: #f34f29;
}

.social-media.rounded a.gitti:hover {
    background-color: #634c3e;
}

.social-media.rounded a.hacker-news:hover {
    background-color: #f18642;
}

.social-media.rounded a.html5:hover {
    background-color: #e54c1f;
}

.social-media.rounded a.joomla:hover {
    background-color: #016fb9;
}

.social-media.rounded a.jsfiddle:hover {
    background-color: #4679a4;
}

.social-media.rounded a.linux:hover {
    background-color: #fece0e;
}

.social-media.rounded a.maxcdn:hover {
    background-color: #f36f20;
}

.social-media.rounded a.openid:hover {
    background-color: #fe6101;
}

.social-media.rounded a.pagelines:hover {
    background-color: #3783e3;
}

.social-media.rounded a.pied-piper:hover {
    background-color: #0c7b48;
}

.social-media.rounded a.qq:hover {
    background-color: #23286c;
}

.social-media.rounded a.rebel:hover {
    background-color: #000;
}

.social-media.rounded a.reddit:hover {
    background-color: #cee3f8;
}

.social-media.rounded a.renren:hover {
    background-color: #0d81e4;
}

.social-media.rounded a.share:hover {
    background-color: #252525;
}

.social-media.rounded a.slack:hover {
    background-color: #453744;
}

.social-media.rounded a.soundcloud:hover {
    background-color: #fe4e00;
}

.social-media.rounded a.spotify:hover {
    background-color: #80bb41;
}

.social-media.rounded a.stack-exchange:hover {
    background-color: #265a93;
}

.social-media.rounded a.stackoverflow:hover {
    background-color: #fea501;
}

.social-media.rounded a.steam:hover {
    background-color: #191919;
}

.social-media.rounded a.stumbleupon:hover {
    background-color: #f04f23;
}

.social-media.rounded a.tencent-weibo:hover {
    background-color: #0063a7;
}

.social-media.rounded a.trello:hover {
    background-color: #226784;
}

.social-media.rounded a.vine:hover {
    background-color: #00b081;
}

.social-media.rounded a.vk:hover {
    background-color: #50769d;
}

.social-media.rounded a.wechat:hover {
    background-color: #a4dc31;
}

.social-media.rounded a.weibo:hover {
    background-color: #d82828;
}

.social-media.rounded a.wordpress:hover {
    background-color: #454442;
}

.social-media.rounded a.yahoo:hover {
    background-color: #4b04a8;
}

.social-media.rounded a.ftpx:hover {
    background-color: #000;
}

.social-media.rounded a.amazon:hover {
    background-color: #ff9900;
}

.social-media.rounded a.angellist:hover {
    background-color: #000;
}

.social-media.rounded a.btc:hover {
    background-color: #f7931b;
}

.social-media.rounded a.black-tie:hover {
    background-color: #000;
}

.social-media.rounded a.bluetooth:hover {
    background-color: #0a3d91;
}

.social-media.rounded a.buysellads:hover {
    background-color: #ba0202;
}

.social-media.rounded a.cc-amex:hover {
    background-color: #016dd2;
}

.social-media.rounded a.cc-diners-club:hover {
    background-color: #0069aa;
}

.social-media.rounded a.cc-discover:hover {
    background-color: #f88737;
}

.social-media.rounded a.cc-jcb:hover {
    background-color: #29166f;
}

.social-media.rounded a.cc-mastercard:hover {
    background-color: #fe9611;
}

.social-media.rounded a.paypal:hover {
    background-color: #012069;
}

.social-media.rounded a.cc-stripe:hover {
    background-color: #49b802;
}

.social-media.rounded a.cc-visa:hover {
    background-color: #1b4da2;
}

.social-media.rounded a.chrome:hover {
    background-color: #edcd16;
}

.social-media.rounded a.codepen:hover {
    background-color: #1b1c1b;
}

.social-media.rounded a.codiepie:hover {
    background-color: #000;
}

.social-media.rounded a.connectdevelop:hover {
    background-color: #023cb0;
}

.social-media.rounded a.contao:hover {
    background-color: #e4790f;
}

.social-media.rounded a.dashcube:hover {
    background-color: #000;
}

.social-media.rounded a.edge:hover {
    background-color: #2c74be;
}

.social-media.rounded a.expeditedssl:hover {
    background-color: #2e2e2e;
}

.social-media.rounded a.firefox:hover {
    background-color: #df731b;
}

.social-media.rounded a.fonticons:hover {
    background-color: #1d1e2a;
}

.social-media.rounded a.fort-awesome:hover {
    background-color: #000;
}

.social-media.rounded a.forumbee:hover {
    background-color: #85ac2f;
}

.social-media.rounded a.get-pocket:hover {
    background-color: #e84352;
}

.social-media.rounded a.gg:hover {
    background-color: #fd0002;
}

.social-media.rounded a.gratipay:hover {
    background-color: #653614;
}

.social-media.rounded a.houzz:hover {
    background-color: #9bc545;
}

.social-media.rounded a.internet-explorer:hover {
    background-color: #00bcf2;
}

.social-media.rounded a.ioxhost:hover {
    background-color: #f6a814;
}

.social-media.rounded a.lastfm:hover {
    background-color: #e2152b;
}

.social-media.rounded a.leanpub:hover {
    background-color: #231f20;
}

.social-media.rounded a.meanpath:hover {
    background-color: #538dd6;
}

.social-media.rounded a.medium:hover {
    background-color: #00ab6c;
}

.social-media.rounded a.mixcloud:hover {
    background-color: #040204;
}

.social-media.rounded a.modx:hover {
    background-color: #8ed547;
}

.social-media.rounded a.odnoklassniki:hover {
    background-color: #f68634;
}

.social-media.rounded a.opencart:hover {
    background-color: #00c1f2;
}

.social-media.rounded a.opera:hover {
    background-color: #e81617;
}

.social-media.rounded a.optin-monster:hover {
    background-color: #8ed31e;
}

.social-media.rounded a.product-hunt:hover {
    background-color: #d6573d;
}

.social-media.rounded a.reddit:hover {
    background-color: #ff4500;
}

.social-media.rounded a.safari:hover {
    background-color: #2973d9;
}

.social-media.rounded a.scribd:hover {
    background-color: #382d29;
}

.social-media.rounded a.sellsy:hover {
    background-color: #006ca2;
}

.social-media.rounded a.shirtsinbulk:hover {
    background-color: #dd3a26;
}

.social-media.rounded a.simplybuilt:hover {
    background-color: #322f34;
}

.social-media.rounded a.skyatlas:hover {
    background-color: #01aebe;
}

.social-media.rounded a.slideshare:hover {
    background-color: #13999a;
}

.social-media.rounded a.stack-overflow:hover {
    background-color: #ef532a;
}

.social-media.rounded a.tripadvisor:hover {
    background-color: #1e892f;
}

.social-media.rounded a.twitch:hover {
    background-color: #6441a5;
}

.social-media.rounded a.usb:hover {
    background-color: #000;
}

.social-media.rounded a.viacoin:hover {
    background-color: #2376a2;
}

.social-media.rounded a.whatsapp:hover {
    background-color: #44c254;
}

.social-media.rounded a.wikipedia:hover {
    background-color: #0c0c0c;
}

.social-media.rounded a.y-combinator:hover {
    background-color: #ff6501;
}

.social-media.rounded a.yelp:hover {
    background-color: #bf311b;
}

.social-media.rounded a.email:hover {
    background-color: #689c49;
}

.social-media.rounded a.envira:hover {
    background-color: #75bd3b;
}

.social-media.rounded a.gitlab:hover {
    background-color: #e24329;
}

.social-media.rounded a.glide:hover {
    background-color: #00a7ff;
}

.social-media.rounded a.snapchat:hover {
    background-color: #efe200;
}

.social-media.rounded a.viadeo:hover {
    background-color: #f4982b;
}

.social-media.rounded a.wpbeginner:hover {
    background-color: #ff6600;
}

.social-media.rounded a.wpforms:hover {
    background-color: #b6581a;
}

/* DEFAULT COLOR */
.social-media.default-color a:hover {
    color: #bdfef8;
}

.social-media.bordered.default-color a:hover {
    border-color: #bdfef8;
    color: #bdfef8;
}

.social-media.rounded.default-color a:hover {
    background-color: #bdfef8;
    color: #fff;
}

/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/

.pie-chart {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.pie-chart canvas {
    max-width: 100%;
    margin-bottom: 70px;
}

.pie-chart-percent {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    color: #464646;
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    text-align: center;
}

.pie-chart-details {
    text-align: center;
}

.pie-chart-details h6 {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/

.progress {
    overflow: visible;
    height: 5px;
    box-shadow: none;
    border-radius: 0;
    background-color: #e1e1e1;
}

.progress-bar {
    position: relative;
    text-align: right;
    background-color: #bdfef8;
}

.progress-bar-title {
    margin-bottom: 15px;
    color: #464646;
    font: 700 30px 'nowayregular';
}

.progress-bar-title small {
    display: block;
    font: 300 14px 'nowayregular';
}

.progress-bar-title i {
    float: right;
    padding-top: 25px;
}

.progress-bar span {
    position: absolute;
    top: -38px;
    right: 0;
    color: #464646;
    font-family: 'nowayregular';
}

/***********************************************************************************
 *	+ COMPARISON BARS
 ***********************************************************************************/

.comparison-bars {
    margin-bottom: 30px;
}

.comparison-bars .progress {
    position: relative;
    height: 2px;
}

.comparison-bars .progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #bdfef8;
}

.comparison-bars .progress-bar span {
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.comparison-bars .progress-bar-title-before {
    float: left;
    width: 15%;
}

.comparison-bars .progress-bar-title-after {
    float: right;
    width: 15%;
    text-align: right;
}

.comparison-bars .progress-bar-title-after i,
.comparison-bars .progress-bar-title-before i {
    padding-top: 5px;
    font-size: 42px;
    line-height: 42px;
    color: #bdfef8;
}

.comparison-bars .progress-bar-title-before i {
    float: left;
    margin-right: 20px;
}

.comparison-bars .progress-bar-title-after i {
    float: right;
    margin-left: 20px;
}

.comparison-bars .progress-bar-title-after h4,
.comparison-bars .progress-bar-title-before h4 {
    display: inline-block;
    margin-bottom: 0;
    font-family: 'nowayregular';
}

.comparison-bars .progress-bar-title-after h4 small,
.comparison-bars .progress-bar-title-before h4 small {
    display: block;
    font: 300 14px 'nowayregular';
}

.comparison-bars .progress {
    float: left;
    width: 70%;
    margin-top: 15px;
}

.comparison-bars:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/***********************************************************************************
 *	+ COUNTERS
 ***********************************************************************************/

/* COUNTER */
.counter {
    margin-bottom: 50px;
    text-align: center;
}

.counter-value {
    color: #464646;
    font-size: 72px;
    line-height: 84px;
    font-weight: 300;
}

.counter-details {
    letter-spacing: 4px;
    text-transform: uppercase;
}

.counter-details p {
    display: inline-block;
    padding: 0 40px;
    border-radius: 15px;
    margin-top: 10px;
    background-color: #bdfef8;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
}

.counter-value:before {
    margin-right: 5px;
    content: attr(data-symbol-before);
}

.counter-value:after {
    margin-left: 5px;
    content: attr(data-symbol-after);
}

@media (min-width: 768px) and (max-width: 991px) {

    .counter-value {
        font-size: 60px;
        line-height: 72px;
    }

}

/* ODOMETER */
.odometer-container {
    margin-bottom: 50px;
    text-align: center;
}

.odometer:after,
.odometer:before {
    font: 300 72px/72px 'nowayregular';
    vertical-align: middle;
}

.odometer:before {
    content: attr(data-symbol-before);
}

.odometer:after {
    content: attr(data-symbol-after);
}

.odometer-inside {
    display: inline-block;
}

.odometer-digit {
    margin-top: 6px;
    font: 300 72px/72px 'nowayregular';
}

.odometer-formatting-mark {
    display: none
}

.odometer-details {
    letter-spacing: 4px;
    text-transform: uppercase;
}

.odometer-details p {
    display: inline-block;
    padding: 0 40px;
    border-radius: 15px;
    margin-top: 10px;
    background-color: #bdfef8;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
}

@media (min-width: 768px) and (max-width: 991px) {

    .odometer-digit {
        font-size: 60px;
        line-height: 72px;
    }
}

/***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/

.statistics-container {
    padding: 20px 30px;
    margin-bottom: 50px;
    background: #fff no-repeat center center;
}

.statistics-container.shadow {
    margin-top: 0;
    box-shadow: 17px 24px 18px 0px rgba(0, 0, 0, 0.34);
}

@media (max-width: 767px) {

    .statistics-container {
        padding: 10px 0;
    }

    .statistics-container #area-chart {
        height: 150px !important;
    }

}

@media (max-width: 480px) {
    .with-info .slider-info, .with-info .slider-info.second-slide {
        top: 49% !important;
    }

    .mobile-slider-height {
        height: 628px !important;
    }

    .about-menu-main {
        display: none;
    }

    .pageHeader {
        height: auto !important;
    }

    h1.bnr-main-title {
        font-size: 30px !important;
    }

    .parallax-layer-Acoustics {
        left: -50px !important;
        
    }

    .parallax-layer img {
        max-width: 330px !important;
    }
}

@media (max-width: 360px) {
    .pageHeader {
        height: auto !important;
    }

    h1.bnr-main-title {
        font-size: 30px !important;
    }
}

@media (max-width: 320px) {
    .mobile-slider-height {
        height: 688px !important;
    }

    .pageHeader {
        height: auto !important;
    }

    h1.bnr-main-title {
        font-size: 28px !important;
    }

}

/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/

.countdown {
    margin: 50px 0;
    color: #464646;
}

.countdown > div {
    position: relative;
    float: left;
    width: 150px;
    padding: 25px 0;
    margin-right: 105px;
    background-color: #fff;
    text-align: center;
    box-shadow: 8px 3px 27px 0px rgba(0, 0, 0, 0.3);
}

.countdown > div:last-child {
    margin-right: 0;
}

.countdown > div:after {
    position: absolute;
    top: 48px;
    right: -47px;
    font-size: 36px;
    content: ":";
}

.countdown > div:last-child:after {
    display: none;
}

.countdown .count {
    margin-bottom: 10px;
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
}

.countdown > div > span {
    display: block;
    color: #bdfef8;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.countdown:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

@media (min-width: 1200px) {

    .countdown > div {
        margin-right: 180px;
    }

    .countdown > div:after {
        right: -95px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .countdown > div {
        margin-right: 40px;
    }

    .countdown > div:after {
        display: none;
    }

}

@media (max-width: 767px) {

    .countdown {
        display: block;
        text-align: center;
    }

    .countdown > div {
        float: none;
        margin: 0 auto 30px
    }

    .countdown > div:last-child {
        margin: 0 auto
    }

    .countdown > div:after {
        display: none;
    }

}

/***********************************************************************************
 *	+ PROCESS STEPS
 ***********************************************************************************/

.process-steps {
    margin-bottom: 50px;
}

.process-steps .step {
    position: relative;
    float: left;
    width: 25%;
    padding-bottom: 50px;
    text-align: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.process-steps.process-3-steps .step {
    width: 33.33333%;
}

.process-steps.process-4-steps .step {
    width: 25%;
}

.process-steps.process-5-steps .step {
    width: 20%;
}

.process-steps .step i,
.process-steps .step img {
    display: block;
    padding: 20px;
    border: 2px dashed transparent;
    border-radius: 50%;
    margin: 0 auto 25px;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.process-steps .step i {
    position: relative;
    z-index: 1;
    display: block;
    width: 160px;
    height: 160px;
    margin-bottom: 60px;
    color: #fff;
    font-size: 32px;
    line-height: 115px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.process-steps .step i:after {
    position: absolute;
    z-index: -1;
    top: 23px;
    left: 23px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #bdfef8;
    content: "";
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.process-steps .step i + h5,
.process-steps .step img + h5 {
    margin-top: -50px;
    font-family: 'nowayregular';
    line-height: 26px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.process-steps .step i + h5 span,
.process-steps .step img + h5 span {
    display: block;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.process-steps .step > *:last-child {
    margin-bottom: 0;
}

.process-steps .step:hover {
    padding-bottom: 0;
}

.process-steps .step:hover i,
.process-steps .step:hover img {
    font-size: 38px;
    border-color: #bdfef8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.process-steps .step:hover i:after {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.process-steps .step:hover i + h5,
.process-steps .step:hover img + h5 {
    margin-top: 0;
}

.process-steps .step:hover i + h5 span,
.process-steps .step:hover img + h5 span {
    color: #bdfef8;
}

.process-steps:after {
    display: table;
    content: " ";
    clear: both;
}

/* PROCESS SLIDER */
.process-slider {
    margin: 50px 0;
    border-bottom: 1px dashed #e1e1e1;
}

.process-slider .item {
    padding: 30px 30px 0;
}

.process-slider .item:before {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 45px;
    border-left: 1px dashed #e1e1e1;
    content: "";
}

.process-slider .service-box.style-7 > i {
    position: relative;
    z-index: 1;
    font-size: 28px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.process-slider .service-box.style-7 > i:after {
    position: relative;
    z-index: -1;
    display: block;
    width: 45px;
    height: 85px;
    border-radius: 50%;
    background-color: #bdfef8;
    color: #fff;
    text-align: center;
    content: "";
    -webkit-transform: rotate(65deg) translate(-60px, -20px);
    -ms-transform: rotate(65deg) translate(-60px, -20px);
    transform: rotate(65deg) translate(-60px, -20px);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.process-slider .service-box.style-7:hover > i {
    color: #fff;
}

.process-slider .service-box.style-7:hover > i:after {
    background-color: #bdfef8;
}

@media (min-width: 768px) and (max-width: 991px) {

    .process-slider .service-box.style-7 > i {
        float: left;
    }

    .process-slider .service-box.style-7 .service-box-content {
        margin-left: 85px;
    }

}

@media (max-width: 767px) {

    .process-steps .step,
    .process-steps.process-3-steps .step,
    .process-steps.process-4-steps .step,
    .process-steps.process-5-steps .step {
        float: none;
        width: 100%;
    }

}

/***********************************************************************************
 *	+ TIMELINE
 ***********************************************************************************/

/* HORIZONTAL TIMELINE */
.horizontal-timeline {
    margin: 50px 0;
    border-top: 5px dotted #bdfef8;
}

.horizontal-timeline .item {
    padding-left: 2px;
}

.horizontal-timeline .item:before {
    display: block;
    height: 30px;
    border-left: 1px solid #bdfef8;
    margin-left: 5px;
    margin-bottom: 20px;
    content: "";
}

.horizontal-timeline .item h4 {
    margin-bottom: 0;
}

.horizontal-timeline .item h6 {
    margin-bottom: 20px;
    color: #bdfef8;
    font: 14px/27px 'nowayregular';
}

.horizontal-timeline .owl-prev,
.horizontal-timeline .owl-next {
    position: absolute;
    top: 0;
    margin-top: -4px;
}

.horizontal-timeline .owl-prev.disabled,
.horizontal-timeline .owl-next.disabled {
    opacity: 0;
}

.horizontal-timeline .owl-prev {
    left: -20px;
}

.horizontal-timeline .owl-next {
    right: -20px;
}

/* VERTICAL TIMELINE */
.vertical-timeline {
    margin-bottom: 50px;
    list-style: none;
}

.vertical-timeline li {
    position: relative;
}

.vertical-timeline li .period {
    position: relative;
    top: -10px;
    float: left;
    width: 180px;
    padding-right: 45px;
    text-align: center;
}

.vertical-timeline .period-details {
    position: relative;
    margin-left: 180px;
    padding-bottom: 42px;
}

.vertical-timeline .period-details:before {
    position: absolute;
    top: 4px;
    bottom: -10px;
    left: -45px;
    display: block;
    border-left: 6px dotted #bdfef8;
    content: "";
}

.vertical-timeline li:last-child .period-details:before {
    bottom: 0;
}

.vertical-timeline .period-details h6 {
    position: relative;
    margin-bottom: 30px;
    color: #bdfef8;
    font: 16px 'nowayregular';
}

.vertical-timeline .period-details h6:before {
    position: absolute;
    top: 12px;
    left: -45px;
    width: 30px;
    border-top: 1px solid #bdfef8;
    content: "";
}

.vertical-timeline .period-details > *:last-child {
    margin-bottom: 0;
}

.vertical-timeline li:after {
    display: table;
    content: " ";
    clear: both;
}

@media (max-width: 767px) {

    .vertical-timeline li .period {
        float: none;
        width: 100%;
        text-align: left;
    }

    .vertical-timeline .period-details {
        margin-left: 0;
    }

    .vertical-timeline .period-details:before,
    .vertical-timeline .period-details h6:before {
        display: none;
    }

}

/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/

.price-plan {
    position: relative;
    padding: 75px 25px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    margin-bottom: 50px;
    text-align: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.price-plan-header {
    margin-bottom: 40px;
}

.price-plan-header:after {
    display: block;
    width: 5px;
    height: 25px;
    border-radius: 3px;
    margin: 0 auto;
    background-color: #bdfef8;
    content: "";
}

.price-plan-header h1 {
    margin-bottom: 30px;
    font-size: 72px;
    line-height: 72px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.price-plan-header h1 small {
    color: #8f8f8f;
    font-size: 14px;
    line-height: 14px;
}

.price-plan-header h6 {
    margin-bottom: 25px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.price-plan ul {
    margin-bottom: 45px;
    list-style: none;
}

.price-plan ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

.price-plan ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.price-plan .btn {
    margin-bottom: 0;
}

.price-plan:hover,
.price-plan.recommended {
    border-color: #bdfef8;
    -webkit-transition: all 0.25s 0.1s;
    transition: all 0.25s 0.1s;
}

.price-plan:hover .price-plan-header h1,
.price-plan.recommended .price-plan-header h1 {
    color: #bdfef8;
}

@media (min-width: 1200px) {

    .price-plan {
        padding: 75px 50px;
    }
}

/***********************************************************************************
 *	+ BOOKING
 ***********************************************************************************/

.booking {
    position: relative;
    z-index: 200;
    padding: 30px 100px 10px;
    border: 1px solid #514e5b;
    margin-top: -50px;
    margin-bottom: 75px;
    background-color: #1a191e;
    color: #fff;
}

.booking h3 {
    margin-bottom: 30px;
    color: #fff;
}

#booking-form select,
#booking-form input[type="email"],
#booking-form input[type="text"] {
    position: relative;
    z-index: 5;
    border-radius: 4px;
    background-color: #fff;
    color: #8f8f8f;
}

#booking-form button[type="submit"] {
    margin-top: 20px;
}

#booking-form select {
    background: #fff url(../images/arrow-down.png) no-repeat center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.date {
    position: relative;
    z-index: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.date img {
    position: absolute;
    z-index: -1;
    top: 17px;
    right: 0;
}

.date input {
    background: #fff !important;
}

.beatpicker {
    width: 251px;
    padding: 20px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    font-family: 'nowayregular';
}

.beatpicker .button {
    font-family: 'nowayregular';
}

.beatpicker .header {
    margin-bottom: 10px;
}

.beatpicker .main-nav {
    margin-bottom: 10px;
    background-color: #bdfef8;
}

.beatpicker a {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.beatpicker .main-nav a:hover,
.beatpicker .main-nav .nav-btn:hover,
.beatpicker .main-nav .current-indicator:hover,
.beatpicker .days .cell-parent li.cell:hover,
.beatpicker .days .cell-parent li.cell.selected-date:hover,
.beatpicker .days .cell-parent li.cell.selected-date {
    background-color: #bdfef8;
    color: #fff;
}

.beatpicker .days .cell.notable-today {
    background-color: #bdfef8;
    color: #fff;
    font-weight: 400;
}

.beatpicker li.cell {
    width: 12.2%;
}

.beatpicker .days .cell-parent li.cell.cell-months,
.beatpicker .days .cell-parent li.cell.cell-years {
    padding: 5px;
    width: 14.65%;
}

.beatpicker-clear,
.beatpicker .footer {
    display: none;
}

.date:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

@media (min-width: 768px) and (max-width: 991px) {

    .booking {
        padding: 30px 30px 10px;
    }

    .beatpicker {
        margin-left: -95px;
    }

}

@media (max-width: 767px) {

    .booking {
        margin-top: 50px;
        padding: 30px 30px 10px;
    }

    .beatpicker {
        width: 230px
    }

}

/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/

/* BLOCKQUOTE */
blockquote {
    padding: 0;
    border-left: none;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

blockquote footer {
    color: inherit;
    font-size: 14px;
    font-style: normal;
}

blockquote footer small {
    color: inherit;
}

blockquote footer:before,
blockquote footer small:before {
    display: none;
}

blockquote footer img {
    border-radius: 50%;
    margin-right: 10px;
}

/* TESTIMONIAL */
.testimonial-title {
    display: inline-block;
    border-bottom: 1px solid #bdfef8;
    margin: 0 auto 100px;
    font-family: 'nowayregular';
    font-weight: 700;
    text-transform: uppercase;
}

.testimonial {
    margin-bottom: 50px;
    text-align: center;
}

.testimonial blockquote {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 52px;
}

.testimonial h5 {
    font-family: 'nowayregular';
    text-transform: uppercase;
}

.testimonial h5 span {
    color: #bdfef8;
}

@media (max-width: 767px) {

    .testimonial blockquote {
        font-size: 22px;
        line-height: 40px
    }

}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/

.isotope {
    margin-bottom: 75px;
}

.isotope.gutter,
.isotope.masonry {
    margin: -15px -15px 60px;
}

.isotope .isotope-item {
    float: left;
    width: 25%;
}

.isotope.gutter .isotope-item,
.isotope.masonry .isotope-item {
    padding: 15px;
}

.isotope.col-3 .isotope-item {
    width: 33.333333%;
}

.isotope.col-4 .isotope-item {
    width: 25%;
}

.isotope .item-width-1,
.isotope .item-width-2 {
    width: 33.333333%;
}

.isotope .portfolio-item {
    margin-bottom: 0;
}

.isotope:after {
    display: table;
    content: " ";
    clear: both;
}

@media (min-width: 1400px) {

    .isotope .item-width-2 {
        width: 16.666667%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .isotope.col-4 .isotope-item {
        width: 33.33333%;
    }

    .isotope .item-width-1,
    .isotope .item-width-2 {
        width: 50%;
    }

}

@media (max-width: 767px) {

    .isotope .isotope-item,
    .isotope.col-3 .isotope-item,
    .isotope.col-4 .isotope-item,
    .isotope .item-width-1,
    .isotope .item-width-2 {
        float: none;
        width: 100%;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .isotope .isotope-item,
    .isotope.col-3 .isotope-item,
    .isotope.col-4 .isotope-item,
    .isotope .item-width-1,
    .isotope .item-width-2 {
        float: left;
        width: 50%;
    }

}

/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/

.filter {
    margin-bottom: 50px;
    list-style: none;
}

.filter li {
    display: inline-block;
    margin-right: 30px;
}

.filter li:last-child {
    margin-right: 0;
}

.filter li a {
    display: inline-block;
    color: #8f8f8f;
    font: 14px/27px 'nowayregular';
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.filter li a:hover,
.filter li a.active {
    color: #464646;
}

@media (max-width: 767px) {

    .filter li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .filter li:last-child {
        margin-bottom: 0;
    }

}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/

.pagination {
    display: block;
    margin-top: 0;
    margin-bottom: 50px;
}

.pagination li {
    display: inline-block;
    margin-right: 30px;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination li a {
    display: block;
    min-width: 25px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #464646;
    font: 16px 'nowayregular';
    text-align: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.pagination li a:after {
    display: block;
    width: 0;
    height: 3px;
    border-radius: 2px;
    margin-top: 3px;
    background-color: #bdfef8;
    content: "";
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.pagination > li:last-child > a,
.pagination > li:first-child > a,
.pagination > li:last-child > span
.pagination > li:first-child > span {
    border-radius: 0;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active a:hover {
    background-color: transparent;
    color: #bdfef8;
}

.pagination li a:hover:after,
.pagination li.active a:after {
    width: 25px;
}

.pagination:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/***********************************************************************************
 *	+ BREADCRUMB
 ***********************************************************************************/

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb > li + li:before {
    padding: 0;
    margin: 0 10px 0 7px;
    color: #fff;
    content: "/";
}

.breadcrumb li a {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.breadcrumb li a:hover {
    color: #8f8f8f;
    text-decoration: none;
}

.breadcrumb li.active {
    color: #8f8f8f;
}

/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/

.full-section {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    margin-bottom: 100px;
    background: no-repeat center center;
}

.full-section-overlay-color {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.75;
}

.full-section-container {
    position: relative;
    z-index: 3;
}

/* PARALLAX */
.parallax {
    background-attachment: fixed;
    background-size: cover !important;
}

.parallax.parallax-disable {
    background-attachment: scroll;
}

/* MULTILAYER PARALLAX */
.multilayer-parallax {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.multilayer-parallax .parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
}

/* FULL SCREEN */
.full-screen {
    margin-bottom: -50px;
}

.full-screen .full-section-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* FULL SECTION WITH HALF IMAGE/SOLID COLOR */
.half-image-left,
.half-image-right {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 50%;
    background: no-repeat center center;
    background-size: cover;
}

.half-image-left {
    left: 0;
}

.half-image-right {
    right: 0;
}

.half-image-left img,
.half-image-right img {
    display: none;
}

.section-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20vw;
    line-height: 12vw;
    color: #f3f4fe;
}

.section-title.vertical {
    top: 0;
    bottom: auto;
    left: 50px;
    font-size: 8vw;
    line-height: 1vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}

.section-image {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-image.image-right {
    left: auto;
    right: 20px;
}

/* ELEMENTS IN DARK SECTION */
.full-section.dark-section {
    background-color: #000;
    color: #fff;
}

.full-section.dark-section a,
.full-section.dark-section h1,
.full-section.dark-section h2,
.full-section.dark-section h3,
.full-section.dark-section h4,
.full-section.dark-section h5,
.full-section.dark-section h6 {
    color: inherit;
}

.full-section.dark-section a:hover {
    color: #bdfef8;
}

.full-section.dark-section .circle-list {
    color: inherit;
}

.full-section.dark-section .btn-default-1:hover,
.full-section.dark-section .btn-default-1:focus,
.full-section.dark-section .btn-default-2:hover,
.full-section.dark-section .btn-default-2:focus {
    color: #fff;
}

.full-section.dark-section .text-highlight {
    background-color: #fff;
    color: #242424;
}

.full-section.dark-section .btn-grey,
.full-section.dark-section .btn-grey:hover {
    color: #464646;
}

.full-section.dark-section .btn-grey.bordered {
    color: #fff;
}

.full-section.dark-section .about-me:hover > a:hover {
    color: inherit;
}

.full-section.dark-section .about-me:hover > a:hover:after {
    border-bottom-color: inherit;
}

.full-section.dark-section .about-me-thumbnail > a:hover {
    color: #fff;
}

.full-section.dark-section .panel-title a:hover,
.full-section.dark-section .panel-title a[aria-expanded="true"] {
    color: #fff;
}

.full-section.dark-section .plus-list {
    color: inherit;
}

.full-section.dark-section .service-box-content > a:after {
    border-color: inherit;
}

.full-section.dark-section .service-box.style-6 .service-box-content h6 small {
    color: inherit;
}

.full-section .service-box.style-8 .service-box-content {
    padding: 0 30px 30px;
}

.full-section.dark-section .service-box.style-11 > i {
    color: inherit;
}

.full-section.dark-section .service-box.style-11:hover > i {
    color: #bdfef8;
}

.full-section.dark-section .nav-tabs > li > a {
    background-color: rgba(255, 255, 255, 0.1);
}

.full-section.dark-section .nav-tabs.style-2 > li > a {
    background-color: transparent;
}

.full-section.dark-section .nav-tabs > li > a:hover,
.full-section.dark-section .nav-tabs > li.active > a,
.full-section.dark-section .nav-tabs > li.active > a:hover,
.full-section.dark-section .nav-tabs > li.active > a:focus {
    background-color: rgba(138, 26, 74, 0.6);
    color: #fff;
}

.full-section.dark-section .tabs.style-2 .nav-tabs > li > a:hover,
.full-section.dark-section .tabs.style-2 .nav-tabs > li.active > a,
.full-section.dark-section .tabs.style-2 .nav-tabs > li.active > a:hover,
.full-section.dark-section .tabs.style-2 .nav-tabs > li.active > a:focus {
    background-color: #bdfef8;
}

.full-section.dark-section .tabs.style-3 .nav-tabs > li > a,
.full-section.dark-section .tabs.style-3 .nav-tabs > li > a:hover,
.full-section.dark-section .tabs.style-3 .nav-tabs > li.active > a,
.full-section.dark-section .tabs.style-3 .nav-tabs > li.active > a:hover,
.full-section.dark-section .tabs.style-3 .nav-tabs > li.active > a:focus {
    background-color: transparent;
}

.full-section.dark-section .tabs.style-3 .nav-tabs > li > a:hover {
    color: #bdfef8;
}

.full-section.dark-section .tabs.style-3 .nav-tabs > li.active > a:hover {
    color: inherit;
}

.full-section.dark-section .tabs.style-4 .nav-tabs > li > a span {
    border-color: #fff;
}

.full-section.dark-section .pie-chart-percent {
    color: inherit;
}

.full-section.dark-section .counter-value {
    color: inherit;
}

.full-section.dark-section .portfolio-item-hover a:hover {
    color: #212121;
}

.full-section.dark-section .portfolio-navigation a:hover {
    color: #fff;
}

.full-section.dark-section .portfolio-navigation a:hover i {
    background-color: #fff;
}

.full-section.dark-section .filter li a.active {
    color: #bdfef8;
}

.full-section.dark-section .portfolio-navigation i {
    background-color: #fff;
    color: #464646;
}

.full-section.dark-section .portfolio-navigation a:hover i {
    background-color: #bdfef8;
    color: #fff;
}

.full-section.dark-section .reply a:after {
    border-color: inherit;
}

.full-section.dark-section #commentform input:focus ~ label,
.full-section.dark-section #commentform textarea:focus ~ label,
.full-section.dark-section #commentform input:valid ~ label,
.full-section.dark-section #commentform textarea:valid ~ label {
    color: inherit;
}

.full-section.dark-section #contact-form input:focus ~ label,
.full-section.dark-section #contact-form textarea:focus ~ label,
.full-section.dark-section #contact-form input:valid ~ label,
.full-section.dark-section #contact-form textarea:valid ~ label {
    color: inherit;
}

.full-section.dark-section .contact-box h6 {
    color: #bdfef8;
}

.full-section.dark-section .progress-bar span {
    color: inherit;
}

.full-section.dark-section .progress {
    background-color: #bdfef8;
}

.full-section.dark-section .progress-bar {
    background-color: #fff;
}

.full-section.dark-section .progress-bar-title {
    color: inherit;
}

.full-section.dark-section .comparison-bars .progress {
    background-color: #fff;
}

.full-section.dark-section .tabs.vertical-tabs .nav-tabs > li > a span {
    border-color: #fff;
}

.full-section.dark-section .image-box-2 .image-box-details .price small {
    color: #fff;
}

.full-section.dark-section .widget-recent-posts ul li .post-title {
    color: inherit;
}

.full-section.dark-section .widget-recent-posts ul li .post-title:hover {
    color: #bdfef8;
}

.full-section.dark-section .widget-recent-comments ul li a:last-child {
    color: inherit;
}

.full-section.dark-section .owl-dot {
    background-color: #fff;
}

.full-section.dark-section .owl-dot:hover,
.full-section.dark-section .owl-dot.active {
    background-color: #bdfef8;
}

/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
#section-1 {
    padding: 100px 0 50px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-1.jpg);
}

#section-2 {
    padding: 60px 0 20px;
    margin-top: 80px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-2.jpg);
}

#section-3 {
    padding-top: 100px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #fafafa;
}

#section-4 {
    padding-top: 100px;
    margin-bottom: 0;
    background: url(../../images/backgrounds/bg-3.jpg) no-repeat center bottom;
}

#section-5 {
    padding: 100px 0 25px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-4.jpg);
}

#section-5 .widget-newsletter {
    margin-top: 65px;
}

#section-5 .widget-newsletter input[type="text"] {
    height: 39px;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #fff;
    color: #8f8f8f;
}

#section-6 {
    padding: 85px 0 65px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-5.jpg);
}

#section-7 {
    padding: 120px 0 80px;
    margin-bottom: 0;
}

#section-7 .half-image-left {
    background-position: bottom right;
    background-size: auto;
}

#section-8 {
    padding: 60px 15px;
    /*margin-top: 25px;*/
    background-image: url(../img/background/where-envirospray.jpg);
}

#section-8:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 33.33333%;
    background-color: #bdfef8;
    content: "";
}

#section-9 {
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 100px;
    background-color: #0e1826;
    background-image: url(../../images/backgrounds/bg-7.jpg);
}

#section-10 {
    padding: 75px 0 45px;
    margin-top: 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-8.jpg);
}

#section-11 {
    padding: 40px 0 30px;
    background-color: #6164a3;
}

#section-11 .btn {
    margin-top: 30px;
}

#section-12 {
    padding: 100px 15px 15px;
    margin-top: 60px;
    background-color: #f5f9fb;
}

#section-12:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    background-color: #242424;
    content: "";
}

#section-13 {
    padding: 100px 0 65px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-9.jpg);
}

#section-13:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60%;
    background-color: #000;
    opacity: 0.8;
    content: "";
}

#section-14 {
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: 25px;
    margin-bottom: 0;
    background-color: #6164a3;
}

#section-15 {
    padding: 100px 0 50px;
    margin-top: 50px;
    margin-bottom: 0;
    background-color: #bdfef8;
}

#section-16 {
    padding: 100px 0 80px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-10.jpg);
}

#section-17 {
    padding: 100px 0 80px;
    margin-bottom: 150px;
    background-image: url(../../images/backgrounds/bg-11.jpg);
}

#section-18 {
    padding: 150px 0;
    margin-top: 70px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-12.jpg);
}

#section-18:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #fff;
    border-left: 1920px solid transparent;
    content: "";
}

#section-19 {
    padding: 100px 0 50px;
    background-image: url(../images/home-blog.jpg);
}

#section-19.blog-sec {
    margin-bottom: 0;
}

#section-19 .blog-article {
    margin-bottom: 50px;
}

#section-20 {
    padding: 100px 0 50px;
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #f5f9fa;
}

#section-21 {
    padding: 100px 0 50px;
    margin-top: 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-14.jpg);
}

#section-22 {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 0;
    border-bottom: 1px solid #464646;
    margin-bottom: 60px;
}

#section-23 {
    padding-top: 60px;
    padding-bottom: 0;
    margin-top: 25px;
    margin-bottom: 0;
    background-color: #2c2c2c;
}

#section-23 .map {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    width: 48%;
}

#section-23 .widget-contact {
    color: #8f8f8f;
}

#section-24 {
    padding: 30px 0 20px;
    margin-top: 40px;
    background-color: #0d0d0d;
    color: #8f8f8f;
}

#section-25 {
    padding: 100px 0 80px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-15.jpg);
}

#section-26 {
    padding: 240px 0 220px;
    margin-top: 80px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-16.jpg);
}

#section-26:after {
    position: absolute;
    top: 0;
    bottom: -1px;
    right: 0;
    width: 65%;
    background-color: #fff;
    content: "";
    -webkit-transform: skewX(-15deg) translateX(15%);
    -ms-transform: skewX(-15deg) translateX(15%);
    transform: skewX(-15deg) translateX(15%);
}

#section-27 {
    padding: 240px 0 220px;
    background-image: url(../../images/backgrounds/bg-17.jpg);
}

#section-27:after {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 45%;
    background-color: #fff;
    content: "";
    -webkit-transform: skewX(-15deg) translateX(-25%);
    -ms-transform: skewX(-15deg) translateX(-25%);
    transform: skewX(-15deg) translateX(-25%);
}

#section-28 {
    padding: 200px 0 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-13.jpg);
}

#section-28:before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 150px solid #fff;
    border-left: 1920px solid transparent;
    content: "";
}

#section-29 {
    padding-top: 320px;
    margin-bottom: 0;
    background: url(../../images/backgrounds/bg-18.png) no-repeat top center;
}

#section-30 {
    padding: 170px 0 160px;
    margin-bottom: 0;
}

#section-30 .half-image-right {
    width: 55%;
}

#section-31 {
    padding: 170px 0 160px;
    margin-bottom: 0;
}

#section-31 .half-image-left {
    width: 55%;
}

#section-32 {
    padding: 170px 0 160px;
}

#section-32 .half-image-right {
    width: 55%;
}

#section-33 {
    padding: 100px 0 50px;
    margin-top: 80px;
    background-image: url(../../images/backgrounds/bg-19.jpg);
}

#section-34 {
    overflow: hidden;
    padding: 100px 0 50px;
    margin-top: 60px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-20.jpg);
}

#section-34 .section-title {
    left: auto;
    right: 0;
    color: #54555d;
    font-size: 14vw;
}

#section-34 .box {
    padding: 50px 50px 12px;
    background-color: rgba(0, 0, 0, 0.59);
}

#section-35 {
    padding: 100px 0 30px;
    margin: 60px 30px 150px 50px;
    background-image: url(../../images/backgrounds/bg-21.jpg);
    box-shadow: -100px 100px 0 0 #f2f9fe;
}

#section-36 {
    padding: 100px 0 80px;
    margin-bottom: 0;
    background-color: #f2f9fe;
}

#section-36 .contact span {
    margin-right: 20px;
    color: #464646;
    font-family: 'nowayregular';
    text-transform: uppercase;
}

#section-37 {
    padding-top: 270px;
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-22.jpg);
}

#section-37 .nav-tabs {
    margin-top: 200px;
}

#section-38 {
    padding: 100px 0 50px;
    background-color: #6164a3;
}

#section-38 .service-box.style-11 .service-box-content h6 a {
    color: #fff;
}

#section-38 .service-box.style-11 .service-box-content h6 a:hover {
    color: #464646;
}

#section-39 {
    padding: 100px 0 50px;
    margin-top: 100px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-4.jpg);
}

#section-40 {
    padding: 100px 0 120px;
    margin-bottom: 0;
}

#section-40 .half-image-right {
    width: 40%;
}

#section-41 {
    padding: 100px 0 50px;
    margin-bottom: 0;
    background-color: #fff;
}

#section-41 .btn {
    color: #fff;
}

#section-41 .half-image-left {
    width: 60%;
}

#section-41 .section-title.vertical {
    top: auto;
    bottom: 0;
    right: 50px;
    left: auto;
    -webkit-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
}

#section-42 {
    padding-top: 100px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#section-42 .isotope.masonry {
    float: right;
    width: 90%;
}

#section-42 + #section-34 {
    margin-top: 0;
}

#section-43 {
    padding: 100px 0 50px;
    margin-top: 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-23.jpg);
}

#section-44 {
    padding: 100px 0 80px;
    margin-bottom: 0;
}

#section-44 h5 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 75%;
    padding-left: 35px;
    color: #fff;
    font-family: 'nowayregular';
    letter-spacing: 35px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#section-44 [class^="col-"] {
    position: static;
}

#section-45 {
    padding: 100px 0 80px;
    margin-top: 80px;
    margin-bottom: 0;
    background: -webkit-linear-gradient(#51286a 0%, #251855 78%, #171249 100%);
    background: linear-gradient(#51286a 0%, #251855 78%, #171249 100%);
}

#section-46 {
    padding: 100px 0 80px;
    margin-bottom: 0;
}

#section-46 .half-image-right {
    right: -150px;
}

#section-46 + #section-1 {
    margin-top: 0;
}

#section-47 {
    padding: 100px 0 80px;
    margin-top: 50px;
    background-color: #6164a3;
}

#section-47 .half-image-left {
    width: 55%;
}

#section-48 {
    overflow: hidden;
    padding: 180px 0 160px;
    background-color: #fff;
}

#section-49 {
    padding: 100px 0 80px;
    margin-top: 50px;
    margin-bottom: 0;
    background-color: #111111;
}

#section-49 .half-image-left {
    width: 45%;
}

#section-50 {
    padding: 100px 0 60px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-24.jpg);
}

#section-51 {
    padding: 100px 0 50px;
    background-color: #6164a3;
    color: #464646;
}

#section-52 {
    padding: 100px 0 80px;
    margin-bottom: 0;
}

#section-53 {
    padding: 100px 0 80px;
}

#section-54 {
    padding: 100px 0 80px;
    margin-top: 100px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-25.jpg);
}

#section-55 {
    padding: 60px 0 20px;
    background-color: #bdfef8;
}

#section-56 {
    padding: 100px 0 50px;
    background-color: #bdfef8;
}

#section-57 {
    padding: 100px 0 50px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-15.jpg);
}

#section-58 {
    padding: 100px 0 50px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-26.jpg);
}

#section-59 {
    padding: 100px 0 80px;
    margin-top: 50px;
    background-image: url(../../images/backgrounds/bg-13.jpg);
}

#section-60 {
    overflow: hidden;
    padding: 0;
}

#section-60 .map {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    width: 45%;
}

#section-61 {
    padding: 100px 0 50px;
    background-image: url(../../images/backgrounds/bg-21.jpg);
}

#section-62 {
    padding: 100px 0 80px;
    margin-top: 80px;
    margin-bottom: 0;
}

#section-63 {
    padding: 100px 0 80px;
}

#section-64 {
    margin-top: 50px;
    margin-bottom: 0;
    background-color: #6164a3;
}

#section-65 {
    padding: 100px 0 80px;
    margin-top: 80px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-4.jpg);
}

#section-66 {
    padding: 100px 0 65px;
    margin-bottom: 0;
    background-color: #111111;
}

#section-67 {
    padding: 100px 0 50px;
    margin-bottom: 0;
    background-color: #ffce38;
    color: #464646;
}

#section-67 .half-image-left {
    width: 40%;
    background-position: center right;
}

#section-68 {
    padding: 100px 0 80px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-27.jpg);
}

#section-69 {
    padding: 100px 0 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-28.jpg);
}

#section-70 {
    padding: 100px 0 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-29.jpg);
}

#section-71 {
    padding: 100px 0 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-30.jpg);
}

#section-72 {
    padding: 100px 0 50px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-31.jpg);
}

#section-73 {
    padding: 0;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-32.jpg);
}

#section-73 h1 {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    width: 100%;
    font: 700 72px/72px 'nowayregular';
    letter-spacing: 50px;
    text-transform: uppercase;
    text-align: center;
}

#section-74 {
    padding: 0;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-33.jpg);
}

#section-75 {
    padding: 0;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-34.jpg);
}

#section-76 {
    padding: 0;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-35.jpg);
}

#section-77 {
    padding: 50px 0 25px;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-20.jpg);
}

#section-77 .box {
    padding: 50px 50px 12px;
    background-color: rgba(0, 0, 0, 0.59);
}

#section-78 {
    padding: 0;
    margin-bottom: 0;
    background-image: url(../../images/backgrounds/bg-36.jpg);
}

@media (min-width: 1400px) {

    .section-image {
        left: 5%;
    }

    .section-image.image-right {
        right: 5%;
    }

}

@media (min-width: 1200px) {

    #section-8 {
        /*padding-right: 2%;*/
    }

    #section-35 {
        margin-left: 100px;
    }

    #section-42 .isotope.masonry {
        width: 80%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .full-screen .full-section-container {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .half-image-left,
    .half-image-right {
        position: relative;
        width: 100%;
        background-image: none !important;
    }

    .half-image-right img,
    .half-image-left img {
        display: block;
        margin-top: -100px;
        margin-bottom: 70px;
    }

    #section-4 {
        background: none;
    }

    #section-8:after {
        display: none;
    }

    #section-12 {
        padding-bottom: 80px;
    }

    #section-12:after {
        width: 100%;
    }

    #section-13:after {
        width: 100%;
    }

    #section-16 {
        background-image: none;
    }

    #section-26:after {
        -webkit-transform: skewX(-15deg) translateX(20%);
        -ms-transform: skewX(-15deg) translateX(20%);
        transform: skewX(-15deg) translateX(20%);
    }

    #section-27:after {
        -webkit-transform: skewX(-15deg) translateX(-30%);
        -ms-transform: skewX(-15deg) translateX(-30%);
        transform: skewX(-15deg) translateX(-30%);
    }

    #section-30,
    #section-31,
    #section-32 {
        padding: 100px 0 55px;
    }

    #section-30 .half-image-right,
    #section-31 .half-image-left,
    #section-32 .half-image-right {
        width: 100%;
    }

    #section-32 {
        margin-bottom: 0;
    }

    #section-35 {
        margin: 60px 15px 150px 20px;
    }

    #section-40 .half-image-right,
    #section-41 .half-image-left,
    #section-49 .half-image-left,
    #section-67 .half-image-left {
        width: 100%;
    }

    #section-67 {
        padding-top: 200px;
    }

    #section-41 {
        color: #464646;
    }

    #section-44 .full-section-container {
        position: static;
    }

    #section-44 h5 {
        top: 30%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    #section-46 .half-image-right {
        right: 0;
    }

    #section-47 .half-image-left {
        width: 100%;
    }

    #section-53 {
        margin-bottom: 0;
    }

    #section-63 {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {

    .half-image-left,
    .half-image-right {
        position: relative;
        width: 100%;
        background-image: none !important;
    }

    .half-image-right img,
    .half-image-left img {
        display: block;
        margin-top: -100px;
        margin-bottom: 70px;
    }

    #section-4 {
        background: none;
    }

    #section-8:after {
        display: none;
    }

    #section-9 {
        background-image: none;
    }

    #section-12 {
        padding-bottom: 80px;
    }

    #section-12:after {
        width: 100%;
    }

    #section-13:after {
        width: 100%;
    }

    #section-16 {
        background-image: none;
    }

    #section-23 {
        padding-top: 0;
    }

    #section-23 .map {
        position: relative;
        width: 100%;
    }

    #section-24 {
        padding-right: 15px;
        padding-left: 15px;
    }

    #section-26 {
        padding: 50px 0 30px;
        background-image: none;
    }

    #section-26:after {
        display: none;
    }

    #section-27 {
        padding: 50px 0 30px;
        margin-bottom: 50px;
        background-image: none;
    }

    #section-27:after {
        display: none;
    }

    #section-30,
    #section-31,
    #section-32 {
        padding: 100px 0 55px;
    }

    #section-30 .half-image-right,
    #section-31 .half-image-left,
    #section-32 .half-image-right {
        width: 100%;
    }

    #section-32 {
        margin-bottom: 0;
    }

    #section-35 {
        margin: 60px 0 150px 0;
    }

    #section-36 .contact {
        text-align: center;
    }

    #section-40 .half-image-right,
    #section-41 .half-image-left,
    #section-49 .half-image-left,
    #section-67 .half-image-left {
        width: 100%;
    }

    #section-67 {
        padding-top: 200px;
    }

    #section-41 {
        color: #464646;
    }

    #section-42 .isotope.masonry {
        float: none;
        width: auto;
    }

    #section-44 .full-section-container {
        position: static;
    }

    #section-44 h5 {
        top: 15%;
        left: 0;
        right: 0;
        padding-left: 20px;
        letter-spacing: 20px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    #section-46 .half-image-right {
        right: 0;
    }

    #section-47 .half-image-left {
        width: 100%;
    }

    #section-53 {
        margin-bottom: 0;
    }

    #section-60 {
        padding-top: 0;
    }

    #section-60 .map {
        position: relative;
        width: 100%;
    }

    #section-63 {
        margin-bottom: 0;
    }

    .section-title {
        display: none;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    #section-44 h5 {
        top: 20%;
    }

}

/***********************************************************************************
 *	+ VIDEO PLAYER
 ***********************************************************************************/

#local-video-section,
#youtube-video-section {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
}

#video-section {
    height: 780px;
    padding: 0;
    margin-top: 100px;
    margin-bottom: 0;
}

.youtube-player {
    display: none;
}

#video-section .full-section-container {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.embed-responsive {
    margin-bottom: 20px;
}

#local-video-section video {
    width: 100%;
}

/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/

#scroll-up {
    position: fixed;
    z-index: 8030;
    bottom: 50px;
    right: 50px;
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #bdfef8;
    color: #60606b;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#scroll-up:hover {
    background-color: #a1fef9;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

#scroll-up.waves .waves-ripple {
    background-color: #7afef1;
}

@media (max-width: 767px) {

    #scroll-up {
        right: 20px;
        bottom: 20px;
    }

}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/

/* REVOLUTION SLIDER */
.rev_slider_wrapper {
    margin-bottom: 0px;
    height: 1000px;
}

/* ARROWS */
.tp-leftarrow.custom,
.tp-rightarrow.custom {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #bdfef8 no-repeat center center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.tparrows.custom:before {
    line-height: 36px;
}

.tp-leftarrow.custom:hover,
.tp-rightarrow.custom:hover {
    background-color: #bdfef8;
}

.tp-leftarrow.custom {
}

.tp-rightarrow.custom {
}

/* BULLETS */
.tp-bullets.custom .tp-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.tp-bullets.custom .tp-bullet:hover,
.tp-bullets.custom .tp-bullet.selected {
    border-color: #fff;
    background-color: #fff;
}

/* TYPOGRAPHY */
.tp-caption.title-white {
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    color: #fff;
}

.tp-caption.title-white-bold {
    color: #fff;
    font: 700 72px/72px 'nowayregular';
}

.tp-caption.title-white-light {
    padding: 5px 0 5px 50px;
    color: #464646;
    background-color: #fff;
    font: 30px/30px 'nowayregular';
    letter-spacing: 50px;
    text-transform: uppercase;
}

.tp-caption.title-big {
    font: 700 92px/92px 'nowayregular';
}

.tp-caption.title-big-white {
    color: #fff;
    font: 400 92px/92px 'calendas_plusregular';
    text-shadow: 2px 5px 5px rgba(0, 0, 0, 0.75);
}

.tp-caption.title-big-light-white {
    color: #fff;
    font: 300 140px/140px 'nowayregular';
    text-transform: uppercase;
}

.tp-caption.title-bigger-light-white {
    color: #fff;
    font: 300 110px/110px 'nowayregular';
    text-transform: uppercase;
}

.tp-caption.subtitle-white {
    color: #fff;
    font: 30px/48px 'nowayregular';
    letter-spacing: 15px;
    text-transform: uppercase;
}

.tp-caption.subtitle-big {
    color: #fff;
    font: 36px/48px 'nowayregular';
    letter-spacing: 140px;
    text-transform: uppercase;
}

.tp-caption.text {
    font-size: 24px;
    font-weight: 300;
}

.tp-caption.text-big {
    font-size: 30px;
    line-height: 48px;
    font-weight: 300;
}

.tp-caption.text-big-white {
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    font-weight: 300;
}

.tp-caption.text-small-white {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.tp-caption.text-special {
    color: #fff;
    font: 400 110px/100px 'calendas_plusregular';
}

.tp-caption.icons {
    color: #bdfef8;
    font: 14px/27px 'nowayregular';
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
}

.tp-caption.icons i {
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 56px;
    line-height: 56px;
}

.tp-caption.list-item {
    width: 825px;
    padding: 10px 170px;
    background-color: #bdfef8;
    color: #fff;
}

.tp-caption.list-item:before {
    margin-right: 15px;
    font-size: 18px;
    font-weight: 700;
    content: "+"
}

@media (min-width: 768px) and (max-width: 991px) {

    .tparrows.tp-leftarrow,
    .tparrows.tp-rightarrow {
        display: none;
    }

    .tp-caption .btn {
        padding: 3px 17px 4px 17px;
        font-size: 10px;
    }

    .tp-caption.icons i {
        font-size: 36px;
        line-height: 36px;
    }

    .tp-caption.list-item {
        width: 600px;
    }

    .tp-caption.list-item:before {
        margin-right: 10px;
        font-size: 12px;
    }

}

@media (max-width: 767px) {

    .tparrows.tp-leftarrow,
    .tparrows.tp-rightarrow {
        display: none;
    }

    .tp-bullets.custom {
        top: auto !important;
        bottom: -30px !important;
    }

    .tp-caption .btn {
        padding: 1px 8px 0 8px;
        font-size: 4px;
        line-height: 12px;
    }

    .tp-caption.icons i {
        margin-bottom: 7px;
        font-size: 16px;
        line-height: 16px;
    }

    .tp-caption.list-item {
        width: 100%
    }

    .tp-caption.list-item:before {
        margin-right: 5px;
        font-size: 6px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .tp-caption .btn {
        padding: 4px 12px 4px 12px;
        font-size: 6px;
    }
}

/* OWL Carousel */
.owl-carousel {
    margin-bottom: 2px;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.owl-dots {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #8f8f8f;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.owl-dot:hover,
.owl-dot.active {
    background-color: #bdfef8;
}

.owl-dot:last-child {
    margin-right: 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.owl-prev {
    left: 30px;
}

.owl-next {
    right: 30px;
}



/* IMAGES SLIDER */
.images-slider .owl-dots {
    bottom: 30px;
}

/* LOGOS SLIDER */
.logos-slider {
    margin-bottom: 30px;
    text-align: center;
}

.logos-slider .item a {
    display: block;
    height: 90px;
    padding: 0 20px;
    text-align: center;
    background: no-repeat top center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.logos-slider .item a:hover {
    background-position: bottom center;
}

/* ROUNDED IMAGES CAROUSEL */
.rounded-images-carousel {
}

.rounded-images-carousel .owl-stage-outer {
    padding: 40px 0;
}

.rounded-images-carousel img {
    border: 20px solid #bdfef8;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.rounded-images-carousel .center img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.rounded-images-carousel .owl-prev {
    left: -20px;
}

.rounded-images-carousel .owl-next {
    right: -20px;
}

/* PORTFOLIO SLIDER */
.portfolio-slider {
    margin-top: 50px;
    margin-bottom: 0;
}

.portfolio-slider .portfolio-item {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .images-slider .owl-dots {
        bottom: 10px;
    }

}

/***********************************************************************************
 *	+ FANCYBOX
 ***********************************************************************************/

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.85);
}

.fancybox-inner {
    overflow: hidden !important;
}

/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/

.wow {
    visibility: hidden;
}

.wow.animated {
    visibility: visible;
}

/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/

.widget {
    margin-bottom: 75px;
}

.widget-title {
    margin-bottom: 30px;
    font: 400 13px/18px 'nowayregular';
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* WIDGET TEXT */
.widget-text {
}

.widget-text div > *:last-child {
    margin-bottom: 0;
}

/* WIDGET SERACH */
.widget-search {
}

.widget-search form {
    position: relative;
}

.widget-search #s {
    position: relative;
    width: 100%;
    height: 45px;
    padding: 10px 45px 10px 0;
    border-width: 0 0 1px 0;
}

.widget-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    background: url(../images/search.png) no-repeat center center;
}

.widget-search label {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    font-size: 12px;
    font-style: italic;
    pointer-events: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget-search input:focus ~ label,
.widget-search textarea:focus ~ label,
.widget-search input:valid ~ label,
.widget-search textarea:valid ~ label {
    top: -20px;
    color: #464646;
    font-style: normal;
}

/* WIDGET CATEGORIES */
.widget-categories {
}

.widget-categories ul {
    margin-bottom: 0;
    list-style: none;
}

.widget-categories ul li {
    margin-bottom: 5px;
}

.widget-categories ul li:last-child {
    margin-bottom: 0;
}

.widget-categories ul li a {
    color: #8f8f8f;
    font-size: 13px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget-categories ul li a strong {
    color: #464646;
    font-family: 'nowayregular';
    font-weight: 400;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget-categories ul li a:hover,
.widget-categories ul li a:hover strong {
    text-decoration: none;
    color: #bdfef8;
}

/* WIDGET CATEGORIES DROPDOWN */
.widget-categories-dropdown {
}

/* WIDGET ARCHIVES */
.widget-archives {
}

.widget-archives ul {
    margin-bottom: 0;
    list-style: none;
}

.widget-archives ul li {
    margin-bottom: 5px;
}

.widget-archives ul li:last-child {
    margin-bottom: 0;
}

.widget-archives ul li a {
    color: #8f8f8f;
    font-size: 13px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget-archives ul li a:hover {
    text-decoration: none;
    color: #bdfef8;
}

/* WIDGET ARCHIVES DROPDOWN */
.widget-archives-dropdown {
}

/* WIDGET PAGES */
.widget-pages {
}

.widget-pages ul {
    margin-bottom: 0;
    list-style: none;
}

.widget-pages ul li {
    margin-bottom: 5px;
}

.widget-pages ul li:last-child {
    margin-bottom: 0;
}

.widget-pages ul li a {
    color: #8f8f8f;
    font-size: 13px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget-pages ul li a:hover {
    text-decoration: none;
    color: #bdfef8;
}

/* WIDGET METADATA */
.widget-metadata {
}

.widget-metadata ul {
    margin-bottom: 0;
    list-style: none;
}

.widget-metadata ul li {
    margin-bottom: 5px;
}

.widget-metadata ul li:last-child {
    margin-bottom: 0;
}

.widget-metadata ul li a {
    color: #8f8f8f;
    font-size: 13px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget-metadata ul li a:hover {
    text-decoration: none;
    color: #bdfef8;
}

/* WIDGET TAGS */
.widget-tags {
}

.widget-tags a {
    padding: 8px 15px;
    font: 13px 'nowayregular';
    text-transform: none;
}

.widget-tags .btn + .btn {
    margin-left: 5px;
}

/* WIDGET NEWSLETTER */
.widget-newsletter {
}

.widget-newsletter form {
    position: relative;
}

.widget-newsletter input[type="text"] {
    width: 100%;
    padding: 10px 0;
    border-width: 0 0 1px 0;
}

.widget-newsletter label {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    font-size: 12px;
    font-style: italic;
    pointer-events: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget-newsletter input:focus ~ label,
.widget-newsletter textarea:focus ~ label,
.widget-newsletter input:valid ~ label,
.widget-newsletter textarea:valid ~ label {
    top: -20px;
    color: #464646;
    font-style: normal;
}

.widget-newsletter input[type="submit"] {
}

/* WIDGET RECENT POSTS */
.widget-recent-posts {
}

.widget-recent-posts ul {
    list-style: none;
    margin-bottom: 0;
}

.widget-recent-posts ul li {
    margin-bottom: 20px;
}

.widget-recent-posts ul li:last-child {
    margin-bottom: 0;
}

.widget-recent-posts ul li img {
    float: left;
    margin-right: 20px;
}

.widget-recent-posts ul li .post-title {
    color: #464646;
    font: 13px 'nowayregular';
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget-recent-posts ul li .post-details {
    color: #bdfef8;
    font-size: 12px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget-recent-posts ul li .post-details a {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #e1e1e1;
    margin-right: 7px;
    line-height: 12px;
}

.widget-recent-posts ul li .post-details .post-date {
    color: #8f8f8f;
}

.widget-recent-posts ul li .post-details a:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
}

.widget-recent-posts ul li .post-title:hover {
    color: #bdfef8;
    text-decoration: none;
}

.widget-recent-posts ul li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

@media (min-width: 768px) and (max-width: 991px) {

    .widget-recent-posts ul li img {
        display: none;
    }

}

/* WIDGET LATEST POSTS */
.widget-latest-posts {
}

.widget-latest-posts ul {
    padding-top: 10px;
    list-style: none;
}

.widget-latest-posts ul li {
    margin-bottom: 30px;
}

.widget-latest-posts ul li:last-child {
    margin-bottom: 0;
}

.widget-latest-posts .post-category {
    display: block;
    margin-bottom: 5px;
    margin-left: 80px;
    color: #8f8f8f;
    font: 10px 'nowayregular';
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget-latest-posts .post-title {
    display: block;
    margin-left: 80px;
    color: #464646;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget-latest-posts .post-category:hover,
.widget-latest-posts .post-title:hover {
    color: #bdfef8;
}

.widget-latest-posts .post-date {
    float: left;
    display: block;
    width: 60px;
    padding-top: 12px;
    padding-right: 10px;
    border-right: 1px solid #e1e1e1;
    color: #bdfef8;
    font: 36px/20px 'nowayregular';
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget-latest-posts .post-date small {
    display: block;
    margin-top: 10px;
    color: #8f8f8f;
    font-size: 11px;
}

.widget-latest-posts .post-date:hover {
    color: #464646;
}

.widget-latest-posts ul li:after {
    display: table;
    clear: both;
    content: "";
}

@media (min-width: 768px) and (max-width: 991px) {

    .widget-latest-posts .post-date {
        display: none;
    }

    .widget-latest-posts .post-title,
    .widget-latest-posts .post-category {
        margin-left: 0;
    }

}

/* WIDGET RECENT COMMENTS */
.widget-recent-comments {
}

.widget-recent-comments ul {
    margin-bottom: 0;
    font-size: 13px;
    list-style: none;
}

.widget-recent-comments ul li {
    margin-bottom: 5px;
}

.widget-recent-comments ul li:last-child {
    margin-bottom: 0;
}

.widget-recent-comments ul li a:first-child {
    color: #bdfef8;
}

.widget-recent-comments ul li a:last-child {
    color: #464646;
}

/* WIDGET CALENDAR */
.widget-calendar {
}

.widget-calendar table {
    width: 100%;
    text-align: center;
}

.widget-calendar table th,
.widget-calendar table td {
    padding: 5px;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    text-align: center;
}

.widget-calendar table th:last-child,
.widget-calendar table td:last-child {
    border-right: 1px solid #e1e1e1;
}

.widget-calendar table tr:last-child td {
    border-bottom: 1px solid #e1e1e1;
}

.widget-calendar table tfoot td,
.widget-calendar table tfoot td:last-child,
.widget-calendar table tfoot tr:last-child td {
    border: none;
}

.widget-calendar table td#today {
    background-color: #bdfef8;
    color: #fff;
}

/* WIDGET FLICKR */
.widget-flickr {
}

.flickr-photos {
    padding-top: 6px;
    margin: -4px;
}

.flickr_badge_image {
    position: relative;
    float: left;
    padding: 4px;
}

.flickr_badge_image img {
    width: 64px;
    height: auto;
}

.flickr-photos:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

@media (min-width: 1200px) {

    .flickr_badge_image img {
        width: 82px;
    }

}

/* WIDGET INSTAGRAM */
.widget-instagram {
}

#instafeed {
    padding-top: 10px;
    margin: -4px;
}

#instafeed a {
    float: left;
    display: block;
    width: 72px;
}

#instafeed a img {
    display: block;
    width: 100%;
    height: auto;
    padding: 4px;
}

#instafeed:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both;
}

@media (min-width: 1200px) {

    #instafeed a {
        width: 90px;
    }

}

/* WIDGET TWITTER */
.widget-twitter {
}

.tweets-list ul {
    margin-bottom: 0;
    list-style: none;
}

.tweets-list ul li {
    margin-bottom: 20px;
}

.tweets-list ul li > *:last-child {
    margin-bottom: 0;
}

.tweets-list ul li:last-child {
    margin-bottom: 0;
}

/* WIDGET CONTACT */
.widget-contact {
}

.widget-contact ul {
    margin-bottom: 0;
    list-style: none;
}

.widget-contact ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 35px;
    line-height: 24px;
}

.widget-contact ul li:last-child {
    margin-bottom: 0;
}

.widget-contact ul li i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #bdfef8;
    color: #60606b;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget-contact ul li a {
    color: #838383;
}

@media (min-width: 768px) and (max-width: 991px) {

    .widget-contact ul li {
        padding-left: 45;
    }

    .widget-contact ul li i {
        display: none;
    }

}

/* WIDGET SOCIAL */
.widget-social {
}

.widget-social .social-media {
    margin-bottom: 0;
}

a {
    cursor: pointer;
}

.shadow-bg-area {
    position: relative;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    text-align: center;
    padding: 310px 0px 0px 0px;
}

.shadow-bg-area .shadow {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -100px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-5 {
    padding-bottom: 50px;
}

h3.new-heading {
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    font-size: 26px;
    line-height: 1;
}

h3.new-heading:before {
    content: "";
    height: 1px;
    width: 65px;
    position: absolute;
    background: #82d8d0;
    z-index: 1;
    bottom: -50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.shadow .content-area h2 {
    color: #bdfef8;
    font-size: 26px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.shadow .content-area {
    max-width: 1020px;
    margin: auto;
}

.shadow-bg-area .service-box.style-11 > i,
.shadow-bg-area .service-box.style-11 .service-box-content h6 a,
.shadow-bg-area .service-box.style-11 .service-box-content p {
    color: #333680 !important;
}

/*
.shadow-bg-area .service-box.style-11 > i,
.service-box.style-11 .service-box-content h6 a{
    color: #862738 !important;
}*/

.text-boxes-list p, .text-boxes-list li {
    text-align: justify;
}

.subscribe-region {
    padding: 50px 0;
    background: #eee;
}

.subscribe-region h2 {
    color: #000;
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.subscribe-region p {
    font-weight: 400;
    color: #909195;
}

.subscribe-form .subscribe-form-col,
.subscribe-form .subscribe-form-col:nth-child(1),
.subscribe-form .subscribe-form-col:nth-child(2) {
    width: 27%;
    margin-right: 1%;
    margin-bottom: 0;
    float: left;
    clear: none;
}

.subscribe-form .subscribe-form-col + .subscribe-form-col,
.subscribe-form .subscribe-form-col:nth-child(1) + .subscribe-form-col,
.subscribe-form .subscribe-form-col:nth-child(2) + .subscribe-form-col {
    clear: none;
}

.subscribe-form .subscribe-form-col.last {
    width: 16%;
    margin-right: 0
}

.subscribe-form {
    margin: 30px 0;
    margin-bottom: 0;
}

.subscribe-form input[type=text], .subscribe-form input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #FFF;
    border-style: solid;
    border-width: 2px;
    border-color: #eee;
    box-shadow: none;
    color: rgba(0, 0, 0, .75);
    display: block;
    font-family: inherit;
    font-size: 15px;
    height: 3.125rem;
    margin: 0 0 1.375rem;
    padding: .6875rem;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .15s linear, background .15s linear;
}

.subscribe-form input[type=text], .subscribe-form input[type=email] {
    padding: 15px;
    border: 0;
    background: #fff;
    height: 60px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .05);
    transition: box-shadow .3s;
    letter-spacing: 0.5px;
}

.subscribe-form input[type=text]:focus, .subscribe-form input[type=email]:focus {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .15);
}

.subscribe-form .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    line-height: normal;
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 20px 10px;
    font-size: 16px;
    background-color: #bdfef8;
    border-color: #bdfef8;
    color: #fff;
    transition: background-color .3s ease-out;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}

.subscribe-form .button:hover {
    background-color: #4c4f88;
}

.contact-info-footer {
    padding: 50px 10px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.contact-info-footer .footer-content {
    max-width: 800px;
    margin: auto;
}

.contact-info-footer .footer-content .contact-email,
.contact-info-footer .footer-content .contact-phone,
.contact-info-footer .footer-content .social-media-f {
    padding: 0 30px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    text-align: center;
    position: relative;
}

.contact-info-footer .footer-content .contact-phone:after,
.contact-info-footer .footer-content .contact-phone:before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 1px;
}

.contact-info-footer .footer-content .contact-phone:after {
    background: hsla(0, 0%, 0%, 0.2);
    right: 0;
    left: auto;
    top: 0;
}

.contact-info-footer .footer-content .contact-phone:before {
    background: hsla(0, 0%, 0%, 0.2);
    left: 0;
    top: 0;
}

.contact-info-footer .footer-content h3 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.social-media-f .social-media {
    margin-bottom: 0;
}

.contact-info-footer .footer-content .contact-email.last,
.contact-info-footer .footer-content .contact-phone.last,
.contact-info-footer .footer-content .social-media.last {
    margin-right: 0;
}

.contact-info-footer .footer-content .contact-email a,
.contact-info-footer .footer-content .contact-phone a {
    color: #333;
}

.lst-services {
    background: #bdfef8;
    position: relative;
    padding: 50px;
}

.lst-services h3 {
    /*color: #ffffff;*/
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}

.slt-products {
    background: #ffffff;
    padding: 50px 0px 0px 0px;
    z-index: 10;
    position: relative;
    box-shadow: 1px 3px 4px #cacaca;
    -moz-box-shadow: 1px 3px 4px #cacaca;
    -webkit-box-shadow: 1px 3px 4px #cacaca;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.come-in {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: come-in 1s ease forwards;
    animation: come-in 1s ease forwards;
}

.come-in:nth-child(odd) {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

#slt-flex_adjustments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.slt-brder, .slt-thick-why_soliton li {
    border-right: 1px solid #eaeaea;
}

#slt-flex_adjustments li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.slt-list-item {
    padding: 0 50px 30px 0px;
    width: 100%;
}

#slt-flex_adjustments li .slt-list-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.slt-flex_box, #slt-flex_adjustments li .slt-list-item, .slt-modes li {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slt-svg-icon {
    height: 50px;
    width: 52px;
}

.slt-list-item figcaption {
    margin: 14px 0 14px 0;
    font-size: 18px;
    font-weight: 600;
    color: #3ab3a8;
    line-height: 28px;
}

.slt-list-item p {
    font-size: 14px;
    font-weight: 300;
}

#slt-flex_adjustments li .slt-list-item p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.slt-know-more {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    margin: 20px 0;
    display: inline-block;
    line-height: 28px;
}

.slt-primary_clr {
    color: #3ab3a8;
    font-weight: 500;
}

.slt-list-item .slt-know-more {
    color: #3ab3a8;
    font-weight: 500;
}

.slt-know-more .slt-arrow, .slt-know-more:hover .slt-arrow, .slt-know-more:focus .slt-arrow {
    vertical-align: middle;
    margin: 0 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: -5px;
}

.slt-know-more:hover .slt-arrow, .slt-know-more:focus .slt-arrow {
    padding-left: 5px;
}

.lst-services:after, .slt-awrds::after, .slt-thick_layout::after {
    content: "";
    position: absolute;
    background-color: #f5f5f5;
    height: 160px;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
}

.slt-basic {
    background: #f5f5f5;
    padding: 50px 0;
}

.slt-inline {
    padding: 0 0 10px 0;
    text-align: center;
}

.slt-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.slt-inline li {
    border-right: 1px solid #eaeaea;
    padding-right: 30px;
}

.slt-inline li {
    width: auto;
    list-style: none;
    margin: 0;
}

.slt-inline li article {
    margin: 0 0px 20px 0;
}

.slt-inline h4 {
    color: #3ab3a8;
    font-weight: 400;
    margin-bottom: 2px;
}

.slt-inline li article p {
    font-size: 14px;
    line-height: 24px;
}

.slt-inline li:last-child {
    border: none;
}

span.slt-count_up.counter-value {
    color: #3ab3a8;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}

.text-box.default-1 h3, .text-box h3 {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/*menu css*/

.menu-open {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 70px;
    height: 70px;
    display: block;
    cursor: pointer;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    z-index: 99999;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.menu-open:hover {
    opacity: 1;
}

.menu-open span {
    display: block;
    float: left;
    clear: both;
    height: 4px;
    width: 30px;
    border-radius: 40px;
    background-color: #bdfef8;
    position: absolute;
    right: 19px;
    top: 14px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu-open span:nth-child(1) {
    margin-top: 5px;
    z-index: 9;
}

.menu-open span:nth-child(2) {
    margin-top: 20px;
}

.menu-open span:nth-child(3) {
    margin-top: 35px;
}

.sub-menu {
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    position: absolute;
    background-color: rgba(119, 122, 185, 0.87);
    border-top-right-radius: 0;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 18;
    overflow: hidden;
}

.sub-menu li {
    display: block;
    float: right;
    clear: both;
    height: auto;
    margin-right: -160px;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sub-menu li:first-child {
    margin-top: 230px;
}

.sub-menu li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
}

.sub-menu li:nth-child(2) {
    -webkit-transition-delay: 0.10s;
}

.sub-menu li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
}

.sub-menu li:nth-child(4) {
    -webkit-transition-delay: 0.20s;
}

.sub-menu li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
}

.sub-menu li:nth-child(6) {
    -webkit-transition-delay: 0.30s;
}

.sub-menu li:nth-child(7) {
    -webkit-transition-delay: 0.35s;
}

.sub-menu li:nth-child(8) {
    -webkit-transition-delay: 0.40s;
}

.sub-menu li a {
    color: #fff;
    font-size: 40px;
    width: 100%;
    display: block;
    float: left;
    line-height: 1;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    opacity: 1;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sub-menu li a:hover {
    -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    color: #c9ccff;
    text-decoration: none;
}

.sub-menu li:last-child a {
    margin-bottom: 0;
}

.oppenned .sub-menu {
    opacity: 1;
    height: 3500px;
    width: 3500px;
}

.oppenned span:nth-child(2) {
    overflow: visible;
}

.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
    z-index: 100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.oppenned span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
    transform: rotate(45deg) translateY(12px) translateX(12px);
}

.oppenned span:nth-child(2) {
    height: 100%;
    width: 100%;
    right: -160px;
    top: -160px;
    border-radius: 50%;
    background-color: transparent !important;
}

.oppenned span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
    transform: rotate(-45deg) translateY(-10px) translateX(10px);
}

.oppenned li {
    margin-right: 168px;
}

.menu-open.oppenned span {
    background-color: #fff;
}

.logo-header-top {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-backface-visibility: hidden;
}

.logo-header-top {
    display: block;
    position: absolute;
    top: 45px;
    left: 55px;
    width: 242px;
    height: 76px;
    z-index: 97;
}

.menu-open.oppenned:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    background: #565994;
    z-index: 19;
    box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15);
}

/*End menu css*/

.page-id-4 .tiles {
    background: white;
}

.tile {
    display: block;
    float: left;
    width: 20%;
    height: 440px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #bdfef8;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.tile {
    height: 330px;
}

.tile.tile_quote {
    color: black;
    display: table;
    text-align: center;
    background: #fff;
    padding: 0 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tile.tile40 {
    width: 40%;
}

#quotes ul.slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    list-style: none;
}

.tile.tile60 {
    width: 60%;
}

.tile.rowspan1point5 {
    height: 495px;
}

.tile.rowspan1point5.vidblock {
    float: right;
    background-image: url("../img/timelapse_poster.jpg");
    background-repeat: no-repeat;
    visibility: visible;
    animation-delay: 0.5s;
    animation-name: fadeInUp;
}

.tile.rowspan1point5.productOne {
    background-image: url("../img/home-product-one.jpg");
    background-repeat: no-repeat;
    visibility: visible;
    animation-name: fadeInUp;
}

.tile.productTwo {
    background-image: url("../img/home-product-two.jpg");
    background-repeat: no-repeat;
    visibility: visible;
    animation-name: fadeInUp;
}

.tile.tile40 {
    width: 40%;
}

.tile.tile30 {
    width: 30%;
}

.tile_quote_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tile_quote h4, .tile_quote p.quote_text {
    color: #bdfef8;
}

.tile_quote h3 {
    color: black;
    margin-bottom: 0;
}

.quote_cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 20px 20px;
}

#quotes ul.slides li {
    position: absolute !important;
    height: 100% !important;
    display: table;
}

#quotes ul.slides .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    display: table;
    height: 100%;
}

#quotes ul.slides.owl-carousel .owl-stage-outer, #quotes ul.slides .owl-stage {
    height: 100%;
}

#quotes ul.slides .owl-dots {
    bottom: 0px;
}

.testimonial.quote_cell p {
    color: #242424;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.tile.tile30.tile_quote.bg-color.wow.fadeInUp {
    background: #f9f9f9;
}

/*menu animation start*/

.nav_closed.nav_wrapper {
    visibility: hidden;
}

.nav_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate3d(0, 0, 0);
}

a.nav_toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 180px;
    height: 170px;
    text-indent: -9999px;
    z-index: 9999999;
    background: url("../images/navsprite.png") no-repeat top left;
    background-size: auto 170px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.nav_closed.nav_wrapper {
    visibility: hidden
}

.nav_mask {
    overflow: hidden;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 2
}

.nav_closed .nav_mask {
    width: 0 !important;
    height: 0 !important;
    top: 85px !important;
    right: 90px !important
}

nav {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 50%;
    width: 50%;
    height: 50%;
    min-height: 750px;
    background: #96d0ca;
    background-size: cover;
    opacity: 0.95;
    margin: 0;
    -webkit-transition: margin 0.5s linear;
    -moz-transition: margin 0.5s linear;
    -ms-transition: margin 0.5s linear;
    -o-transition: margin 0.5s linear;
    transition: margin 0.5s linear
}

.nav_closed nav {
    margin: -85px -90px 0 0 !important
}

.nav_menu {
    margin: 150px 80px 0 auto;
    max-width: 500px;
    text-align: right;
}

.menu > ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative
}

.menu > ul > li > a {
    font: normal normal 38px/50px 'nowayregular';
    text-decoration: none;
    display: block;
    font-weight: 600;
    padding: 8px 0;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 1;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-backface-visibility: hidden;
}

.menu > ul > li > a.hidden {
    opacity: 0;
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(-10px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-10px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(-10px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(-10px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(-10px) skewX(0deg) skewY(0deg)
}

.menu > ul > li > a:hover, .menu > ul > li:hover > a, .menu > ul > li.current_page_item > a, .menu > ul > li.current_page_parent > a {
    color: #188279;
}

.menu > ul > li > a:hover, .menu > ul > li:hover > a {
    -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg)
}

.menu .children {
    display: none
}

nav .logo.hidden {
    opacity: 0;
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(-10px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-10px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(-10px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(-10px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(-10px) skewX(0deg) skewY(0deg);
}

a.logo {
    display: block;
    position: absolute;
    top: 65px;
    left: 68px;
    /*width: 282px;*/
    /*height: 76px;*/
    z-index: 97;
}

nav .logo {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-backface-visibility: hidden;
}

.header-bg-main {
    display: block;
    width: 100%;
    height: 126px;
    position: relative;
}

.header-bg-main-top {
    height: 44px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0px 50px;
    background: rgba(73, 73, 85, 0.87);
}

.header-bg-main-top .widget-contact {
    padding: 7px 0px;
    margin-bottom: 0;
}

.header-bg-main-top .social-media.rounded a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0;
    background-color: #bdfef8;
    color: #60606b;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    margin-left: 10px;
}

.header-bg-main-top .widget-contact .social-media.rounded {
    position: relative;
    z-index: 9999999999;
    margin-bottom: 0;
    margin-top: 0;
}

.header-bg-main-top .widget-contact ul li {
    margin-bottom: 0;
    display: inline-block;
    margin-left: 15px;
    color: #fff;
    padding-left: 35px;
}

.header-bg-main-top .widget-contact ul li:first-child {
    margin-left: 0px;
}

.header-bg-main-top .widget-contact ul li i {
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
}

.header-bg-main-top .widget-contact ul li a {
    color: #fff;
}

.widget.widget-contact.social li i {
    position: relative;
    top: 0;
    transform: inherit;
}

.widget.widget-contact.social li {
    padding: 0;
}

.full-section.dark-section h3 {
    color: #ffffff;
    text-align: left;
    font-size: 26px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}

.full-section.dark-section .col-md-4 p:last-child {
    margin-bottom: 0;
}

.p-r-in-where {
    padding-right: 0px;
}

.full-section.dark-section.where-is .col-md-8 .slt-thick-why_soliton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 0;
}

.full-section.dark-section.where-is .col-md-8 .slt-thick-why_soliton li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 25px;
    text-align: left;
    letter-spacing: 0.5px;
}

.full-section.dark-section.where-is .col-md-8 .slt-thick-why_soliton li {
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.full-section.dark-section.where-is .col-md-8 .slt-content_alignment li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}

.full-section.dark-section.where-is .col-md-8 .slt-content_alignment .slt-list-item {
    margin-bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slt-list-item p {
    font-size: 14px;
    font-weight: 300;
}

.full-section.dark-section.where-is .col-md-8 .slt-content_alignment p {
    margin: 0px 0px 0px 0px;
}

.full-section.dark-section.where-is .col-md-8 .slt-thick-why_soliton li:nth-child(2n) {
    border-right: none;
}

.full-section.dark-section.where-is .col-md-8 .slt-thick-why_soliton li:nth-child(3n),
.full-section.dark-section.where-is .col-md-8 .slt-thick-why_soliton li:nth-child(4n) {
    border-bottom: none;
}

.full-section.dark-section.where-is .container-fluid {
    padding-left: 5px;
}

.full-section.dark-section.where-is {
    margin-bottom: 0;
}

.full-section.do_you_install {
    margin-bottom: 0;
}

.full-section.do_you_install h3 {
    color: #bdfef8;
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#air-slider {
    background: url(../img/landing-image.jpg) no-repeat;
}

.slide-85 {
    height: 85vh;
}

.slide-120, .slide-130, .slide-135, .slide-135-em, .slide-20, .slide-30, .slide-40, .slide-54, .slide-60, .slide-70, .slide-80, .slide-85 {
    background-size: cover !important;
    background-position: center;
    width: 100%;
}

.body-wrapper {
    padding-left: 8%;
    padding-right: 8%;
    height: 100%;
    display: table;
    width: 100%;
}

#air-slider .info_wrapper {
    /* top: 25vh; */
    left: 0;
    /* float: right; */
    width: 60%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    right: 0;
}

.title-padded {
    padding: 1em 1em 0 0 !important;
}

.title-env {
    font-size: 32px;
    padding: .3em;
}

.text-white {
    color: #fff;
}

.title-env, .title-big {
    line-height: 1.5;
    letter-spacing: .003em;
    text-transform: uppercase;
}

.text-white {
    color: #fff;
}

.subtext {
    font-size: 16px;
    padding: 1.3em .3em .3em 0;
    line-height: 1.8;
}

.subtext, .subtext2, .title-dark {
    letter-spacing: .009em;
}

section#air-slider .title-env {
    padding-top: 0 !important;
}

#air-slider2 {
    margin-top: 2px;
    padding-bottom: 2px;
    background: url(../img/slider-2.jpg) center center no-repeat;
    background-attachment: fixed;
}

.slide-80 {
    height: 95vh;
}

.center-wrapper {
    width: 100%;
    height: 100%;
    display: table;
}

.center-child {
    display: table-cell;
    padding-right: 5%;
    padding-left: 5%;
}

.span_2_5_of_4 {
    width: 75%;
}

.title-light {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: .003em;
}

.title-light, .title4, .title5, .title6 {
    line-height: 1.15;
    letter-spacing: .003em;
}

.center-child, .center-wrapper, .middle {
    vertical-align: middle;
}

.subtext ul {
    list-style-position: outside;
    margin-bottom: 0;
}

.subtext ul li {
    margin-bottom: 16px;
}

/*
.subtext ul li:last-child {
    margin-bottom: 0px;
}
*/

.full-section.how-it-work {
    background-color: #F7F7F7 !important;
    margin-bottom: 0;
}

.info-wrapper-inner {
    background: rgba(0, 0, 0, 0.40);
    padding: 25px;
   position: absolute;
   z-index: 100;
   height: 100%;
  
}

.info-wrapper-inner .main {
    width: 62%;
    margin-left: auto;
    margin-right: auto;
   padding-top: 9%;
   overflow-y: auto;
   height: 90%;
    
}

.item.with-info {
    position: relative;
}

.subtext ul li b {
    font-weight: 100;
    letter-spacing: 0.7px;
    color: #fff;
    font-size: 16px;
}

.b-with-border p b {
    font-weight: 400;
    text-decoration: underline;
}

.item.with-info .info-wrapper-inner {
    background: transparent;
}

.with-info .slider-info {
    left: 120px;
    width: 82%;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    height: initial;
    right: 0;
    display: inline-table;
    margin-top: auto;
    margin-bottom: auto;
}

.with-info .slider-info.second-slide {
    width: 82%;
    position: absolute;
}

.with-info .slider-info .title-padded {
    padding: 0 !important;
}

.item.with-info .info-wrapper-inner .subtext p a {
    color: #6afff1;
    text-decoration: underline;
}

.item.with-info:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    top: 0;
    left: 0;
}

a.logo img {
    max-height: 44px;
}

ul li span.color-change {
    color: #001d1a;
    font-weight: 600;
}

.btn-explore-product {
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #82d8d0;
    padding: 13px 25px;
    text-align: center;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 16px;
    color: #82d8d0;
    letter-spacing: 0.7px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.btn-explore-product:hover {
    background: #82d8d0;
    color: #60606b;
}

/*page header*/

.pageHeader {
    height: auto;
    width: 100%;
    position: relative;
}
.pageHeader .banner-img {
    width: 100%;
    position: relative;
}


.highlite-bg {
    padding: 50px 0px;
    background: #f5f5f5;
}

.highlite-bg h3 {
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    font-size: 26px;
    line-height: 1;
}

.highlite-bg h3:before {
    content: "";
    height: 1px;
    width: 65px;
    position: absolute;
    background: #82d8d0;
    z-index: 1;
    bottom: -50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}



ol.slt-order_count-list {
    list-style: none;
}

.slt-order_count-list .slt-count-list_items {
    position: relative;
    margin: 10px 0 20px 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 27px;
}

.slt-order_count-list .slt-count-list_items:before {
    content: "";
    height: 2px;
    width: 10px;
    vertical-align: middle;
    background-color: #46ada3;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translatey(-50%);
}

h1.bnr-main-title {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    position: absolute;
    z-index: 100;
    top: 38%;
    left: 12%;
}

.footer-btn-section {
    transition: .35s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #66b9b1;
    display: block;
    z-index: 22;
    cursor: pointer;
}

.footerBtn {
    width: 50%;
    display: table;
    height: 100%;
    text-align: center;
}

.detail-space {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.detail-space-inner {
    display: block;
}

.detail-space-inner-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background: #82d8d0;
    border-radius: 50%;
    color: #fff;
}

.shadow-bg-area.in-specification p {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.in-specification.shadow-bg-area {
    padding: 170px 0px 0px 0px;
}

.contact-detail-spacification {
    margin-top: 20px;
}

.in-specification-details-content p {
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.detail-space-inner-name {
    display: inline-block;
    vertical-align: middle;
}

.footerBtn.two_sec {
    width: 100%;
}

.inner-set-border {
    padding-right: 45px;
    border-right: 1px solid #eaeaea;
}

.inner-set-border-left {
    padding-left: 30px;
}

.btn_inline_block {
    display: inline-block;
    width: 49%;
    height: 100%;
    text-align: center;
}

.special-notes {
    width: 100%;
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #d4d4d4;
}

.special-notes {
    width: 100%;
    padding: 15px;
}

.footerBtn a {
    padding-top: 35px;
    padding-bottom: 35px;
}

.footerBtn a.container {
    display: table-cell;
    width: 100%;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.footerBtn p span {
    display: block;
    position: relative;
    padding-bottom: 40px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}

.backText:before, .footerBtn p span:before {
    background-image: url(../images/icon-arrow.png);
}

.footerBtn + .footerBtn p span:before, .footerBtn.footerBtn-next p span:before {
    transform: rotate(180deg);
}

.btn_inline_block p {
    margin-bottom: 0;
}

.footerBtn p span:before {
    content: '';
    width: 25px;
    height: 22px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}

.footerBtn + .footerBtn p span:before, .footerBtn.footerBtn-next p span:before {
    transform: rotate(180deg);
}

p.serif.large.color-black.backText_left span:before {
    transform: rotate(0);
}

.contacts-block {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #81b5b0;
    z-index: 1;
}

.contacts-block > .inner {
    position: relative;
    /*margin-top: 2px;*/
}

.contacts-block .contact-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 70px 0;
    border-top: 2px solid #fff;
    overflow: hidden;
}

.contacts-block .location {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    width: calc(50% + 240px);
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.contacts-block .contact-item:nth-child(2n+1) .location {
    position: absolute;
    left: auto;
    right: 0px;
}

.contact-item .location:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.49);
    z-index: 1;
}

.contacts-block .location .image {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-transition: -moz-transform 15s ease-out;
    -o-transition: -o-transform 15s ease-out;
    -webkit-transition: -webkit-transform 15s ease-out;
    transition: transform 15s ease-out;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.contacts-block .contact-container {
    position: relative;
    max-width: 1180px;
    padding: 0 18px;
    margin: 0 auto;
    z-index: 2;
}

.contacts-block .contact-item:nth-child(2n+1) .contact-info {
    float: left;
}

.contacts-block .contact-info {
    position: relative;
    width: 60%;
    width: calc(50% + 100px);
    background-color: #fff;
    color: #000;
    float: right;
}

.contacts-block .contact-info > .inner {
    position: relative;
    padding: 55px 30px 50px 30px;
    text-align: center;
}

.contacts-block .location-name {
    position: relative;
    padding: 0 0 20px 0;
    font-size: 26px;
    line-height: 1.5;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 20px;
}

.contacts-block .location-name:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 74px;
    height: 2px;
    margin-left: -37px;
    background-color: #82d8d0;
}

.contacts-block .contact-item:hover .location .image {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

p.address, p.email {
    line-height: 33px;
    letter-spacing: 0.6px;
    font-size: 16px;
    margin-bottom: 0;
}

/*news css*/

.article {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #edf2f4;
    /*overflow: hidden;*/
    padding: 0 0px 30px 0px;
    position: relative;
}

.panel-hover {
    -webkit-transition: all .333s;
    transition: all .333s;
    border: none;
    box-shadow: 0px 0px 15px 0px transparent;
    position: relative;
    cursor: text;
}

.panel-hover:hover {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0px 0px 15px 0px #999;
    cursor: text;
}

.article-image {
    background-size: cover;
    height: 220px;
    margin: 0 0 25px;
    overflow: hidden;
    position: relative;
    background-position: center center;
}

.article-preview .article-image {
    margin-bottom: 0;
}

.article-image a {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    cursor: text;
}

.article-details {
    border: 1px solid rgba(204, 204, 204, 0.5);
    padding: 110px 40px 40px;
    position: relative;
}

.article-preview .article-details {
    height: auto;
    padding: 15px 20px 15px;
}

.article-details h3 {
    color: #333;
    font-size: 1.625em;
    font-weight: 300;
    text-decoration: none;
}

.article-preview .article-details h3 a {
    /* color: #333; */
    font-size: 18px;
    text-decoration: none;cursor: text;
    /* text-transform: uppercase; */
}

.article-preview .article-details h3 a:hover {
    color: #4da59c;
}

.article-details p {
    color: #747474;
    font-size: 1.125em;
    line-height: 1.7;
    margin-top: 35px;
}

.article-preview .article-details p, .article-preview .article-details p a {
    font-size: 14px;
    font-weight: 400;
    margin-top: 25px;
    margin-top: 0;
    text-align: justify;
}

.article-details.second, .article-details.first {
    min-height: 425px;
}

.article-details.third, .article-details.fourth {
    min-height: 360px;
}

/*faq page*/

.slt-press_cards .slt-press-cards_box {
    margin-bottom: 40px;
}

li.slt-thumb_cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #D3D3D3;
    padding: 25px 0 25px 0;
}

.slt-thumb_cards_content {
    padding: 0 35px 0 25px;
    width: 100%;
}

.slt-thumb_content {
    padding-right: 35px;
}

.slt-thumb_content h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}

.slt-thumb_cards_content h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.slt-thumb_content p {
    color: #616060;
    margin: 8px 0 20px 0;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.slt-thumb_content p:last-child {
    margin-bottom: 0;
}

ul.faq-bullet {
    list-style-position: outside;
    margin-left: 17px;
}

ul.faq-bullet li {
    color: #616060;
    margin: 8px 0 20px 0;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-align: justify;
}

ul.faq-bullet li:last-child {
    margin-bottom: 0px;
}

li.slt-thumb_cards:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/*contact page*/

.widget.widget-contact.no-margin-bottom li i {
    background: #82d8d0;
    color: #fff;
}

ul.contact-other-address .slt-list-item {
    padding: 10px 15px 25px;
}

ul.contact-other-address .slt-list-item p {
    margin-bottom: 6px;
    line-height: 1.9;
}

ul.contact-other-address .slt-brder {
    border-top: 1px solid #eaeaea;
}

ul.contact-other-address .slt-list-item figcaption {
    font-weight: 400;
}

ul.contact-other-address .slt-brder:nth-child(1), ul.contact-other-address .slt-brder:nth-child(2), ul.contact-other-address .slt-brder:nth-child(3) {
    border-top: 0;
}

ul.contact-other-address .slt-list-item p strong {
    color: rgba(0, 0, 0, 0.70);
}

.contact-adresses:after {
    content: "";
    position: absolute;
    background-color: #f5f5f5;
    height: 530px;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
}

/*product-page css*/

.service-card {
    padding: 60px 0px;
    background-color: #ffffff;
    margin-bottom: 50px;
    box-shadow: 0px 1px 8px #cacaca;
    -webkit-box-shadow: 0px 1px 8px #cacaca;
    -moz-box-shadow: 0px 1px 8px #cacaca;
    -ms-box-shadow: 0px 1px 8px #cacaca;
}

.service-card ul.slt-box_alignment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.semiconductor-services {
    text-align: center;
}

.slt-img_gap {
    margin: 10px auto 10px auto;
}

.slt-services-description h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 20px;
}

.slt-services-description p {
    color: #666653;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.slt-product_list .slt-primary_clr {
    color: #284593;
    font-weight: 500;
}

.slt-product_list .slt-know-more {
    color: #4cafa6;
    margin: 0;
}

ul.slt-product_list, ul.slt-box_alignment {
    list-style: none;
}

li.service-card:last-child {
    margin-bottom: 0;
}

ul.product-detail {
    margin-bottom: 0;
    list-style-position: outside;
    font-size: 14px;
    margin-left: 25px;
}

ul.product-detail li {
    margin-bottom: 15px;
    /* line-height: 26px; */
    font-size: 16px;
}

ul.product-detail li:last-child {
    margin-bottom: 0px;
}

td.pink {
    padding: 6px 12px;
}

table.product-table, table.product-table tr td {
    border-color: rgba(0, 0, 0, 0.21);
    border: 1px;
    border-style: solid;
}

.bg-with-parell {
    background: url("../images/where-envirospray.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.about-menu-main {
    height: 35px;
    background: none repeat scroll 0 0 rgb(65, 150, 143) !important;
    /*position: relative;*/
    top: 0px;
    z-index: 10;
    padding-left: 0px;
}

.about-menu {
    bottom: 0;
    height: 34px;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 99999999;
    -moz-transition: all 0.5s ease 0s;
    max-width: 1300px;
    margin: auto;
}

.about-menu ul.menuzord-menu {
    background: transparent !important;
}

.about-menu ul {
    margin: 0 auto;
}

.about-menu ul li {
    display: inline;
    line-height: 34px;
    margin-right: 20px;
}

.about-menu ul li a {
    line-height: 35px;
    font-size: 13px;
    color: #e8e8e8;
}

.about-menu-main.affix {
    left: 0;
    right: 0;
    width: 100%;
}

.bg-gray {
    background: #f5f5f5;
}

.d-t {
    display: table;
}

.d-t-c {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.img-dis-block, .d-t-c.img-dis-block {
    display: none;
}

.lp-video_content {
    margin-top: 20px;
}

.lp-figure_section {
    margin-bottom: 45px;
}

.lp-grid_blog-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
    padding: 5px 0;
}

.lp-grid_blog-cards li {
    display: flex;
    padding: 5px;
}

.lp-sm_blog-card {
    width: 100%;
}

.lp-sm_blog-card img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.lp-grid_blog-cards li:nth-child(1) .lp-sm_blog-card, .lp-grid_blog-cards li:nth-child(7) .lp-sm_blog-card, .lp-grid_blog-cards li:nth-child(8) .lp-sm_blog-card, .lp-grid_blog-cards li:nth-child(9) .lp-sm_blog-card {
}

.lp-grid_blog-cards li:nth-child(2) .lp-sm_blog-card {
    background: #82d8d0;
    /*height: 382px;*/
}

.lp-grid_blog-cards li:nth-child(2) .lp-sm_blog-card img {
    object-fit: inherit;
    -o-object-fit: inherit;
}

.lp-grid_blog-cards li:nth-child(3) .lp-sm_blog-card {
    background: #82d8d0;
}

.lp-grid_blog-cards li:nth-child(4) .lp-sm_blog-card {
    background: #82d8d0;
    width: 100%;
}

.lp-grid_blog-cards li:nth-child(5) .lp-sm_blog-card {
    background: #212121;
    height: auto;
}

.lp-blog_vertical-card {
    margin-top: 10px;
    background: #6bc4f0;
    height: 302px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 5em;
}

.lp-blog_vertical-card .lp-video_content {
    color: #fff;
    line-height: 24px;
}

.lp-grid_blog-cards li:nth-child(5) {
    flex-direction: column;
}

.lp-grid_blog-cards li:nth-child(6) .lp-sm_blog-card {
    background: #eaeaea;
}

.lp-sm_blog-card .cd-words-wrapper b {
    width: 110px;
    height: 100px;
}

.lp-sm_blog-card .cd-words-wrapper img {
    height: 150px !important;
    width: 150px;
}

.lp-sm_blog-card .cd-headline.push {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.lp-sm_blog-card .cd-headline.push .cd-words-wrapper {
    overflow: hidden;
}

.cd-headline.push b {
    opacity: 0;
}

.cd-words-wrapper .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}

.cd-words-wrapper .owl-item {
    display: inline-block;
    height: 150px;
}

.cd-words-wrapper .owl-stage, .cd-words-wrapper .owl-stage-outer {
    height: 150px;
}

.cd-words-wrapper .owl-nav {
    display: none;
}

.item.with-info .info-wrapper-inner .subtext p:last-child {
    margin-bottom: 0;
}

/*.images-slider,
.images-slider .owl-stage-outer,
.images-slider .owl-stage-outer .owl-stage,
.images-slider .owl-stage-outer .owl-stage .owl-item ,
.images-slider .owl-stage-outer .owl-stage .owl-item .item.with-info {
    height: 100%;
}*/

/*responsive css start*/

@media (max-width: 1024px) {
    .about-menu ul li a {
        line-height: 35px;
        font-size: 11px;
        color: #e8e8e8;
    }

    .menu {
        float: right;
        margin-top: 1px;
    }

    .menu > ul > li > a {
        font: normal normal 23px/30px 'nowayregular';
    }

    .parallax-layer img {
        max-width: 250px;
    }

    .lst-services {
        padding: 19px;
    }

    .info-wrapper-inner {
        padding: 0px;
    }

    .shadow-bg-area {
        padding: 355px 0px 0px 0px;
    }

    .item.with-info {
        position: relative;
        height: 645px;
    }

    .owl-carousel .owl-item img {
        width: 100%;
        height: 645px;
    }

    .about-menu {
        left: 15px;
    }

    .pageHeader {
        height: auto;
    }
}

@media (max-width: 991px) {
    .widget-contact ul li i {
        display: inline-block;
    }

    .about-menu-main {
        display: none;
    }

    .header-bg-main-top .widget-contact {
        padding: 7px 0px;
        margin: 0;
    }

    .header-bg-main-top {
        height: 44px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0px 10px;
        background: rgba(73, 73, 85, 0.87);
    }

    .info_wrapper.d-none, section#air-slider .title-env br {
        display: none !important;
    }

    section#air-slider .title-env {
        padding-right: 0 !important;
    }

    section#air-slider.slide-85, section#air-slider2.slide-80 {
        height: auto;
        padding: 100px 0px;
    }

    .subtext {
        font-size: 15px;
    }

    .span_2_5_of_4 {
        width: 100%;
    }

    .menu {
        display: block !important;
    }

    .shadow-bg-area .shadow {
        position: relative;
        top: 0;
    }

    .shadow-bg-area, .shadow-bg-padding {
        padding: 0 !important;
    }

    .d-t, .d-t-c {
        display: block;
        width: 100%;
        margin: 0;
    }

    .d-t-c.img-dis-block {
        display: block;
    }

    .d-t-c.img-dis-none {
        display: none;
    }

    .lst-services {
        padding: 2px;
    }

    .m-b-3 {
        margin-bottom: 30px;
    }

}

@media (max-width: 768px) {
    .item.with-info {
        position: relative;
        height: 768px;
    }

    .owl-carousel .owl-item img {
        width: 100%;
        height: 768px;
    }

    .contact-phone, .contact-info-footer .footer-content .social-media-f {
        padding: 0px 9px;
    }

    .social-media a {
        margin-right: 7px;
    }

    .contact-info-footer .footer-content h3 {
        line-height: 20px;
    }

    .contact-info-footer .footer-content .contact-email, .contact-info-footer .footer-content .contact-phone, .contact-info-footer .footer-content .social-media-f {
        width: 27.761566%;
    }

    .about-menu ul li {
        display: inline;
        line-height: 34px;
        margin-right: 6px;
    }

    .about-menu ul li a {
        line-height: 35px;
        font-size: 10px;
        color: #e8e8e8;
    }

    .pageHeader {
        height: auto;
    }
    h1.bnr-main-title {
        top: 1%;
        left: 1%;
    }

    .parallax-layer-Acoustics {
        left: 0;
        top: -185px;
    }

    .title-env, .title-big {
        margin-top: 338px;
    }

    .parallax-layer img {
        max-width: 410px;
    }
}

@media (max-width: 767px) {
    .widget.widget-contact.social {
        display: none;
    }

    #footer-container .widget.widget-text .text-left,
    #footer-container .widget.widget-text .text-right {
        text-align: center;
    }

    #footer-bottom [class^="col-"] + [class^="col-"] {
        margin-top: 5px !important;
    }

    .contact-email.last {
        margin-bottom: 0 !important;
    }

    .contact-info-footer {
        padding: 30px 10px;
    }

    .contact-info-footer .footer-content .social-media-f {
        padding: 0 10px;
    }

    a.nav_toggle {
        right: -40px;
    }

    .mobile-slider-height {
        height: 500px;
    }

    .mobile-slider-height .owl-carousel .owl-item img {
        width: auto;
        height: 100%;
        max-width: inherit;
    }

    .with-info .slider-info, .with-info .slider-info.second-slide {
        left: 0;
        width: 80%;
        right: 0;
        margin: auto;
        top: 60%;
    }

    .subtext ul {
        margin-left: 0 !important;
    }

    .mobile-slider-height .owl-carousel.owl-loaded,
    .mobile-slider-height .owl-carousel.owl-loaded .owl-stage-outer,
    .mobile-slider-height .owl-carousel .owl-item,
    .mobile-slider-height .owl-carousel.owl-loaded .owl-stage-outer .owl-stage,
    .mobile-slider-height .owl-carousel.owl-loaded .owl-stage-outer .owl-stage .item.with-info {
        height: 100%;
        overflow: hidden;
    }

    .mobile-slider-height .owl-next {
        right: 0px;
    }

    .mobile-slider-height .title-env {
        font-size: 15px;
    }

    .mobile-slider-height .subtext ul li {
        margin-bottom: 5px;
        font-size: 10px;
        line-height: 1.5;
    }

    .mobile-slider-height .btn-explore-product {
        padding: 6px 16px;
        font-size: 13px;
    }

    .mobile-slider-height .subtext {
        font-size: 10px !important;
        line-height: 1.5;
    }

    #section-48 {
        padding: 50px 0;
    }

    .mobile-slider-height .owl-prev {
        left: 0px;
    }

    .mobile-slider-height .owl-prev:before, .mobile-slider-height .owl-next:before {
        font-size: 32px;
    }

    .shadow-bg-area .shadow {
        position: relative;
        top: 0;
    }

    .shadow-bg-area {
        padding: 0;
    }

    .contacts-block .location {
        width: 100%;
    }

    .contacts-block .contact-info > .inner {
        padding: 25px;
    }

    .contacts-block .contact-info {
        float: none;
        margin: auto;
    }

    .contacts-block .contact-item:nth-child(2n+1) .contact-info {
        float: none;
    }

    .widget-contact ul li {
        padding-left: 45px;
    }

}

@media (max-width: 640px) {
    .padding-no {
        margin: 0 !important;
    }

    .inner-set-border {
        padding-right: 15px;
        border-right: none;
        padding-left: 15px;
    }

    .inner-set-border-left {
        padding-left: 0px;
    }

}

@media (max-width: 600px) {
    .widget.widget-contact.social {
        display: none;
    }

    #footer-container .widget.widget-text .text-left,
    #footer-container .widget.widget-text .text-right {
        text-align: center;
    }

    #footer-bottom [class^="col-"] + [class^="col-"] {
        margin-top: 5px !important;
    }

    .contact-email.last {
        margin-bottom: 0 !important;
    }

    a.logo {
        left: 18px;
    }

    .contact-info-footer {
        padding: 30px 10px;
    }

    .contact-info-footer .footer-content .contact-email,
    .contact-info-footer .footer-content .contact-phone,
    .contact-info-footer .footer-content .social-media-f {
        padding: 0 10px;
    }

    .contact-info-footer .footer-content .contact-email,
    .contact-info-footer .footer-content .contact-phone,
    .contact-info-footer .footer-content .social-media-f {
        width: 100%;
        margin: 0;
    }

    .contact-info-footer .footer-content .contact-phone {
        margin: 30px 0px;
    }

    .contact-info-footer .footer-content h3 {
        margin-bottom: 4px;
    }

    .contact-info-footer .footer-content {
        text-align: center;
        margin-bottom: 20px;
    }

    .contact-info-footer .footer-content .contact-phone:after,
    .contact-info-footer .footer-content .contact-phone:before {
        display: none;
    }

    .service-card ul.slt-box_alignment {
        display: block;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    li.col-md-6.slt-services-description {
        text-align: center;
        margin-top: 25px;
    }

    .service-card {
        padding: 20px 0px;
    }

    .img-dis-block {
        display: block;
    }

    .img-dis-none {
        display: none;
    }

    .contacts-block .location-name {
        font-size: 24px;
    }

    .contacts-block .contact-info {
        width: 100%;
    }

    .contacts-block .contact-info > .inner {
        padding: 25px 10px;
    }

    p.address, p.email {
        line-height: 35px;
        font-size: 16px;
    }

    .slt-inline {
        display: block;
    }

    a.logo img {
        max-height: 39px;
    }

}

@media (max-width: 479px) {
    .title-env {
        font-size: 20px;
    }
    .parallax-layer {
        top: 180px !important;
    }
    .subtext {
        font-size: 12px;
        text-align: justify;
    }

    section#air-slider.slide-85, section#air-slider2.slide-80 {
        height: auto;
        padding: 50px 0px;
    }

    .title-light {
        color: #fff;
        font-size: 20px;
    }

    .subtext ul {
        padding-left: 10px;
    }

    .header-bg-main-top .widget-contact ul li i {
        width: 18px;
        height: 18px;
        font-size: 8px;
        line-height: 18px;
    }

    .header-bg-main-top {
        padding: 0;
    }

    .header-bg-main-top .widget-contact ul li {
        padding-left: 26px;
        font-size: 11px;
    }

    a.logo {
        left: 10px;
        top: 68px;
    }

    a.logo img {
        max-height: 20px;
    }

    .menu > ul > li > a {
        font: normal normal 16px/1 'nowayregular';
    }

    .nav_menu {
        margin: 150px 40px 0 auto;
    }

    .contacts-block .location-name {
        font-size: 17px;
    }

    .contacts-block .contact-info {
        width: 100%;
    }

    .contacts-block .contact-info > .inner {
        padding: 25px 10px;
    }

    p.address, p.email {
        line-height: 26px;
        font-size: 12px;
        margin-bottom: 0;
    }
}

.la-ball-clip-rotate {
    display: block;
    font-size: 0;
    z-index: 9999;
    color: #fff !important;
    position: fixed;
    top: 0;
    bottom: 0;
    /* margin-left: -32px; */
    /* margin-top: -32px; */
    background-color: rgba(11, 11, 11, 0.43);
    width: 100%;
}

.la-ball-clip-rotate > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-clip-rotate.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -32px;
    margin: auto;
}

.la-ball-clip-rotate > div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate .75s linear infinite;
    -moz-animation: ball-clip-rotate .75s linear infinite;
    -o-animation: ball-clip-rotate .75s linear infinite;
    animation: ball-clip-rotate .75s linear infinite;
}

/*
* Animation
*/
@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes ball-clip-rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes ball-clip-rotate {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#contact-form .alert.alert-danger {
    background-color: red;
}

#contact-form .alert.alert-success {
    background-color: #6acc6c;
}