/****/

body {
    font-size: 16px;
}

a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

a:hover,
a:focus,
a:active {
    outline: none !important;
    color: #e74d57;
    text-decoration: none;
}

input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none !important;
}

input[type="button"]:hover,
input[type="submit"]:hover,
a:hover {
    cursor: pointer;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.video-responsive {
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

h4,
.h4,
h5,
h6,
.h5,
.h6 {
    line-height: 1.4;
}

.body-page input[type="text"],
.body-page input[type="tel"],
.body-page input[type="password"],
.body-page input[type="email"],
.body-page textarea,
.body-page select {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 5px 10px;
}

.body-page input[type="text"]:focus,
.body-page input[type="text"]:active,
.body-page input[type="text"]:hover,
.body-page input[type="tel"]:focus,
.body-page input[type="tel"]:active,
.body-page input[type="tel"]:hover,
.body-page input[type="password"]:focus,
.body-page input[type="password"]:active,
.body-page input[type="password"]:hover,
.body-page input[type="email"]:focus,
.body-page input[type="email"]:active,
.body-page input[type="email"]:hover,
.body-page textarea:focus,
.body-page textarea:active,
.body-page textarea:hover,
.body-page select:focus,
.body-page select:active,
.body-page select:hover {
    outline: none;
}

.label {
    color: #000;
}

.list-menu ul li {
    list-style: none;
    padding: 15px 2px;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-menu ul li:last-child {
    border-bottom: none;
}

ul {
    margin: 0;
    padding-left: 30px;
}

ul ul {
    padding-left: 20px;
}

ul li {
    list-style: inherit;
}

ul li i {
    margin-right: 3px;
    font-size: 16px;
    min-width: 20px;
    text-align: center;
}

.item-list ul li {
    margin-left: 0;
}

ul.menu>li {
    position: relative;
    padding: 8px 0;
}

ul.menu>li>a {
    padding-left: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: relative;
}

ul.menu>li>a:hover,
ul.menu>li>a:active,
ul.menu>li>a:focus {
    color: #e74d57;
}

ul.feature-list {
    margin: 10px 0;
    padding-left: 0;
}

ul.feature-list>li {
    padding-left: 25px;
    position: relative;
    list-style: none;
    margin-bottom: 8px;
}

ul.feature-list>li:after {
    content: "\f14a";
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    color: #e74d57;
    font-weight: 900;
    font-size: 14px;
}

ul.inline>li {
    float: left;
    margin-left: 5px;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td {
    border-color: #dee2e6;
    border-width: 1px 1px 1px 0;
    border-style: solid;
}

table>thead>tr>th,
table>thead>tr>td {
    border-bottom-width: 2px;
}

.no-padding {
    padding: 0 !important;
}

a.disable {
    pointer-events: none;
    cursor: default;
}

.form-text {
    margin-top: 0;
}


/************************* Pagination ************************/

.pager {
    text-align: center;
}

.pager ul.pager__items {
    display: inline-block;
    margin: 20px 0 0;
    padding: 0;
}

.pager ul.pager__items>li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}

.pager ul.pager__items>li a {
    border: 1px solid #dee2e6;
    font-weight: 600;
    display: inline-block;
    line-height: 34px;
    margin: 0 1px;
    text-align: center;
    margin-right: 10px;
    padding: 0 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-transform: capitalize;
    font-size: 14px;
}

.pager ul.pager__items>li a:last-child {
    margin-right: 0;
}

.pager ul.pager__items>li a:hover {
    background: #e74d57;
    color: #fff;
    border-color: #e74d57;
}

.pager ul.pager__items>li.pager__item--next {
    font-size: 14px;
}

.pager ul.pager__items>li.pager__item--last {
    font-size: 14px;
}

.pager ul.pager__items>li.is-active a {
    background: #e74d57;
    color: #fff;
    border-color: #e74d57;
}

.breadcrumb-content-inner {
    margin-bottom: 60px;
    text-align: center;
}

.breadcrumb-content-inner .breadcrumb-content-main {
    position: relative;
    z-index: 9;
    max-width: 700px;
    margin: 0 auto;
}

.breadcrumb-content-inner .gva-breadcrumb-content .page-title {
    font-size: 38px;
    letter-spacing: -1px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .breadcrumb-content-inner .gva-breadcrumb-content .page-title {
        font-size: 30px;
        line-height: 45px;
    }
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    padding: 120px 0 120px 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
        padding: 80px 0;
    }
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links {
    line-height: 1.2;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb {
    display: inline-block;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li {
    color: #ffec4e;
    font-size: 20px;
    font-family: "Covered By Your Grace", cursive;
    text-transform: capitalize;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a {
    color: #ffec4e;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a:hover {
    color: #e74d57;
}

.breadcrumb-content-inner .gva-parallax-background {
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

pre {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    margin: 30px 0;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
    color: #fff;
}

.hidden {
    display: none !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

body.boxed {
    max-width: 1440px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.05);
    background-color: #EAF1F7;
}

body.boxed div.body-page {
    background: #fff;
}

body .body-page {
    background-color: #fff;
}

body .page-user-login .logo-white {
    display: none;
}

.topbar {
    background: rgba(24, 33, 46, 0.5);
    color: #fff;
    padding: 10px 0;
}

.topbar .block {
    margin: 0 !important;
}

.topbar .topbar-left {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .topbar .topbar-left {
        font-size: 16px;
    }
}

.topbar .topbar-left .icon {
    font-size: 13px;
    display: inline-block;
    text-align: center;
    background: #e74d57;
    margin-right: 10px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.topbar .socials-topbar {
    float: right;
}

.topbar .socials-topbar a {
    color: #fff;
}

.topbar .socials-topbar a:hover,
.topbar .socials-topbar a:focus {
    color: #ffec4e;
}

.language-box .links>li {
    margin-right: 10px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    line-height: 1;
    margin-top: 5px;
    float: right;
}

.language-box .links>li.is-active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gv-sticky-menu {
    position: static;
    top: -75px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

.stuck {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99 !important;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.area.slideshow_content .block {
    margin-bottom: 0;
}

.area-panel {
    padding: 30px 0;
}

.header-right .block {
    margin-bottom: 0;
}

.promotion {
    padding: 0;
    margin-bottom: 0;
}

#page-main-content {
    min-height: 360px;
}

@media (max-width: 767.98px) {
    #page-main-content {
        min-height: 100px;
    }
}

.main-menu .area-main-menu .area-inner .block {
    margin-bottom: 0;
}

.sidebar {
    position: relative;
}

#footer {
    line-height: 26px;
    font-size: 15px;
    background-color: #18212e;
    background: url("../images/bg-footer.jpg") no-repeat center center;
    background-size: cover;
}

#footer a {
    color: #b3bbc6;
}

#footer a:hover,
#footer a:focus {
    color: #ffec4e;
}

#footer .label {
    color: #b8b8d3;
}

#footer .before-footer {
    padding: 50px 0 0;
}

#footer .footer-center {
    padding: 100px 0 60px;
    color: #b3bbc6;
}

@media (max-width: 991.98px) {
    #footer .footer-center {
        padding: 60px 0 20px;
    }
}

#footer .mailchimp-signup-subscribe-form {
    margin-top: 30px;
}

#footer .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input[type*='email'] {
    background: #fff;
}

#footer .block .block-title {
    margin: 0 0 20px;
    color: #fff;
}

@media (min-width: 1200px) {
    #footer .footer-second {
        padding-left: 30px;
        padding-right: 30px;
    }
}

#footer .footer-information {
    display: block;
}

#footer .footer-information+.footer-information {
    margin-top: 20px;
}

#footer .footer-information .icon {
    float: left;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #ffec4e;
}

#footer .footer-information .content {
    padding-left: 40px;
}

#footer .footer-information .content .label {
    display: block;
    color: #b3bbc6;
    font-size: 13px;
    font-weight: 500;
}

#footer .footer-information .content .text {
    display: block;
    font-weight: 600;
    color: #fff;
}

#footer .copyright {
    font-size: 14px;
    color: #fff;
}

#footer .copyright .copyright-inner {
    padding: 35px 0;
    overflow: hidden;
    border-top: 2px solid rgba(255, 255, 255, 0.05);
}

#footer .copyright .block {
    margin-bottom: 0;
}

#footer .copyright .text-copyright {
    float: left;
}

#footer .copyright .copyright-social {
    float: right;
}

#footer .socials-footer a {
    color: #fff;
}

#footer .socials-footer a:hover,
#footer .socials-footer a:focus {
    color: #ffec4e;
}

@media (max-width: 767.98px) {
    #footer .column {
        margin-bottom: 30px;
    }
}

.quick-side-icon {
    position: absolute;
    right: 54px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.quick-side-icon .icon {
    font-size: 20px;
    line-height: 1;
}

.gva-quick-side {
    position: fixed;
    width: 350px;
    top: 0;
    right: -355px;
    z-index: 99;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    padding: 50px 30px 20px;
    overflow-x: hidden;
    height: 100%;
}

@media (max-width: 355px) {
    .gva-quick-side {
        width: 100%;
    }
}

.gva-quick-side .quick-side-close {
    margin-bottom: 30px;
    font-size: 16px;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #F3F5FA;
    line-height: 42px;
    text-align: center;
}

.gva-quick-side .quick-side-close:hover {
    background: #e74d57;
    color: #fff;
}

.gva-quick-side .content-inner .block {
    text-align: left;
}

.gva-quick-side .content-inner .block .block-title {
    text-align: left;
    font-weight: 600;
}

.gva-quick-side .content-inner ul {
    width: 100%;
}

.gva-quick-side .content-inner ul>li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.gva-quick-side .content-inner ul>li:last-child {
    border-bottom: none;
}

.gva-quick-side .content-inner ul>li a {
    padding: 0;
    font-size: 14px;
}

.gva-quick-side .content-inner ul>li a:hover,
.gva-quick-side .content-inner ul>li a:active,
.gva-quick-side .content-inner ul>li a:focus {
    color: #e74d57 !important;
}

.gva-quick-side .block {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
    padding-bottom: 30px;
    float: left;
    width: 100%;
}

.gva-quick-side .block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.gva-quick-side.open {
    right: 0;
    width: 352px;
}

.header-information {
    display: inline-block;
    text-align: left;
    margin-left: 10px;
}

.header-information .icon {
    float: left;
    margin-top: 5px;
    display: inline-block;
    width: 41px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    font-size: 18px;
    background: #e74d57;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header-information .content {
    padding-left: 50px;
}

.header-information .content .label {
    display: block;
    color: #747b86;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
}

.header-information .content .text {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #18212e;
    line-height: 24px;
}

header .site-branding-logo {
    padding: 30px 0;
    display: inline-block;
    max-height: 95px;
    height: auto;
}

@media (max-width: 991.98px) {
    header .site-branding-logo {
        padding-top: 20px;
    }
}

@media (max-width: 767.98px) {
    header .site-branding {
        text-align: left;
        padding-bottom: 10px;
    }
    header .header-right-inner,
    header .header-right-inner .block {
        text-align: center !important;
    }
}

header .header-main {
    padding: 0;
    background: none;
}

@media (max-width: 991.98px) {
    header .main-menu-inner {
        width: 100%;
    }
}

header .area-main-menu .navigation {
    position: static;
}

header .area-main-menu .navigation ul.gva_menu {
    position: static;
}

header .block {
    overflow: visible;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    header .header-right {
        display: none;
    }
}

.gva-search-region {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .gva-search-region {
        right: 60px;
    }
}

.gva-search-region .icon {
    font-size: 16px;
    color: #000;
}

.gva-search-region .icon:hover {
    cursor: pointer;
}

.gva-search-region .icon i {
    font-weight: bold;
}

.gva-search-region .search-content {
    display: none;
    width: 310px;
    position: absolute;
    top: 43px;
    right: 0;
    margin-top: -1px;
    z-index: 99;
    background: #fff;
    padding: 20px 20px 5px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #dee2e6;
}

.gva-search-region .search-content form.search-block-form {
    position: relative;
}

.gva-search-region .search-content form.search-block-form .js-form-item {
    display: block;
}

.gva-search-region .search-content form.search-block-form input#edit-keys {
    height: 45px;
    padding: 0 20px;
    border: 1px solid #dee2e6;
    background: none;
    width: 100%;
    padding-right: 95px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.gva-search-region .search-content form.search-block-form input[id*="edit-submit"] {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    background: #e74d57;
    color: #fff;
    border: none;
    font-size: 12px;
    width: 90px;
    border-radius: 30px;
}

.gva-search-region .search-content form.search-block-form input[id*="edit-submit"]:hover {
    cursor: pointer;
}

.gva-search-region .search-content #edit-actions {
    margin: 0 !important;
    padding: 0 !important;
}

.gva-search-region.show .search-content {
    display: block;
}

header.header-default {
    background: #18212e;
}

@media (min-width: 768px) {
    header.header-default {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 99;
        background: transparent;
    }
}

header.header-default .branding {
    max-width: 180px;
    display: inline-block;
}

header.header-default .logo-default {
    display: none;
}

header.header-default .header-main {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

header.header-default .gva-search-region .icon {
    color: #fff;
}

header.header-default .gva-search-region .icon:hover,
header.header-default .gva-search-region .icon:focus {
    color: #e74d57;
}

header.header-default .quick-side-icon a {
    color: #fff;
}

header.header-default .quick-side-icon a:hover,
header.header-default .quick-side-icon a:focus {
    color: #e74d57;
}

header.header-default .menu-bar {
    right: auto;
    left: 15px;
}

header.header-default .menu-bar span {
    background: #fff;
}

header.header-default .gva-search-region {
    right: 15px;
}

header.header-default .stuck {
    background: rgba(24, 33, 46, 0.8);
    border: 0;
}

header.header-default .main-menu-inner {
    float: left;
}

@media (min-width: 992px) {
    header.header-default .navigation .gva_menu>li>a {
        color: #b3bbc6;
    }
    header.header-default .navigation .gva_menu>li>a:hover {
        color: #fff;
    }
    header.header-default .navigation .gva_menu>li:hover>a,
    header.header-default .navigation .gva_menu>li:focus>a,
    header.header-default .navigation .gva_menu>li:active>a,
    header.header-default .navigation .gva_menu>li.menu-item--active-trail>a {
        color: #fff;
    }
}

header.header-1 .header-main {
    padding: 35px 0;
    background: #fff;
}

@media (min-width: 576px) {
    header.header-1 .header-main {
        background: -webkit-gradient(linear, left top, right top, color-stop(32%, #fff), color-stop(32%, #f0f0f0), color-stop(32%, #f0f0f0));
        background: linear-gradient(to right, #fff 32%, #f0f0f0 32%, #f0f0f0 32%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$white', endColorstr='#f0f0f0', GradientType=1);
    }
}

header.header-1 .site-branding-logo {
    padding: 8px 0 0;
}

header.header-1 .site-branding-logo .logo-white {
    display: none;
}

header.header-1 .gva-search-region .icon {
    color: #fff;
}

header.header-1 .gva-search-region .icon:hover,
header.header-1 .gva-search-region .icon:focus {
    color: #e74d57;
}

header.header-1 .quick-side-icon a {
    color: #fff;
}

header.header-1 .quick-side-icon a:hover,
header.header-1 .quick-side-icon a:focus {
    color: #e74d57;
}

header.header-1 .menu-bar {
    right: auto;
    left: 15px;
}

header.header-1 .menu-bar span {
    background: #fff;
}

header.header-1 .gva-search-region {
    right: 15px;
}

header.header-1 .header-info .header-icon {
    color: #e74d57;
}

header.header-1 .header-info .title {
    color: #000;
}

header.header-1 .main-menu {
    background: #18212e;
}

header.header-1 .main-menu .area-inner {
    padding: 0;
}

header.header-1 .main-menu ul.gva_menu_main {
    float: left;
}

@media (min-width: 992px) {
    header.header-1 .navigation .gva_menu>li>a {
        color: #b3bbc6;
    }
    header.header-1 .navigation .gva_menu>li>a:hover {
        color: #fff;
    }
    header.header-1 .navigation .gva_menu>li:hover>a,
    header.header-1 .navigation .gva_menu>li:focus>a,
    header.header-1 .navigation .gva_menu>li:active>a,
    header.header-1 .navigation .gva_menu>li.menu-item--active-trail>a {
        color: #fff;
    }
}

@media (max-width: 575px) {
    header.header-1 .branding {
        width: 100%;
        text-align: center;
    }
    header.header-1 .right-header {
        width: 100%;
        text-align: center;
    }
    header.header-1 .right-header .header-info {
        display: inline-block;
    }
    header.header-1 .right-header .header-info .content-inner {
        text-align: left;
    }
}

header.header-1 .stuck {
    background: rgba(24, 33, 46, 0.8);
}

header.header-v2 {
    -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.15);
}

header.header-v2 .topbar {
    background: #18212e;
}

header.header-v2 .branding {
    width: 190px;
    float: left;
}

@media (max-width: 991.98px) {
    header.header-v2 .branding {
        width: 170px;
    }
}

header.header-v2 .site-branding-logo img.logo-white {
    display: none;
}

header.header-v2 .header-inner {
    padding-left: 200px;
    padding-right: 68px;
}

@media (max-width: 991.98px) {
    header.header-v2 .header-inner {
        padding-left: 180px;
    }
}

@media (max-width: 767.98px) {
    header.header-v2 .header-inner {
        padding-right: 0;
    }
}

header.header-v2 .gva-offcanvas-mobile {
    float: right;
}

header.header-v2 .main-menu-inner {
    float: left;
}

@media (min-width: 992px) {
    header.header-v2 .navigation .gva_menu>li {
        padding: 32px 20px;
    }
}

header.header-v2 .gva-search-region .icon {
    color: #747b86;
}

header.header-v2 .quick-side-icon a {
    color: #747b86;
}

header.header-v2 .stuck {
    background: #fff;
    padding: 0;
}

header.header-v3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    margin-top: 2px;
}

@media (max-width: 767.98px) {
    header.header-v3 {
        position: static;
        margin-top: 0;
    }
}

header.header-v3 .site-branding-logo img.logo-default {
    display: none;
}

header.header-v3 .gva-search-region .icon {
    color: #fff;
}

header.header-v3 .gva-search-region .icon:hover,
header.header-v3 .gva-search-region .icon:focus {
    color: #e74d57;
}

header.header-v3 .quick-side-icon a {
    color: #fff;
}

header.header-v3 .quick-side-icon a:hover,
header.header-v3 .quick-side-icon a:focus {
    color: #e74d57;
}

header.header-v3 .menu-bar {
    right: auto;
    left: 15px;
}

header.header-v3 .menu-bar span {
    background: #fff;
}

header.header-v3 .header-main-inner .branding {
    width: 190px;
    float: left;
}

header.header-v3 .header-main-inner .header-inner {
    padding-left: 200px;
    padding-right: 60px;
}

@media (max-width: 767.98px) {
    header.header-v3 .header-main-inner .header-inner {
        padding-right: 0;
    }
}

header.header-v3 .header-main-inner .gva-offcanvas-mobile {
    float: right;
}

header.header-v3 .stuck {
    background: rgba(24, 33, 46, 0.8);
    border: 0;
}

header.header-v3 .main-menu-inner {
    float: left;
}

@media (min-width: 992px) {
    header.header-v3 .navigation .gva_menu>li {
        padding: 32px 20px;
    }
    header.header-v3 .navigation .gva_menu>li>a {
        color: #b3bbc6;
    }
    header.header-v3 .navigation .gva_menu>li>a:hover {
        color: #fff;
    }
    header.header-v3 .navigation .gva_menu>li:hover>a,
    header.header-v3 .navigation .gva_menu>li:focus>a,
    header.header-v3 .navigation .gva_menu>li:active>a,
    header.header-v3 .navigation .gva_menu>li.menu-item--active-trail>a {
        color: #fff;
    }
}

body.hidden-title .node--view-mode-full .header-title {
    display: none !important;
}

body.hidden-title.node--type-gallery .post-title {
    display: none !important;
}

.has-breadcrumb .content-full>.container {
    margin-bottom: 60px;
}


/* ----- Maintenance page ----- */

body.maintenance-page {
    background-color: #fff;
    color: #000;
}

.maintenance-page #page-wrapper {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    min-height: 0;
    border: 1px solid #ddd;
    margin-top: 40px;
}

.maintenance-page #page {
    margin: 10px;
}

.maintenance-page #main-wrapper {
    min-height: inherit;
}

.maintenance-page #header {
    width: auto;
}

.maintenance-page #main {
    margin: 0;
}

.maintenance-page .content .section {
    padding: 0 0 0 10px;
    /* LTR */
}

[dir="rtl"] .maintenance-page .content .section {
    padding-left: 0;
    padding-right: 10px;
}

.maintenance-page #header {
    background-color: #fff;
    background-image: none;
}

.maintenance-page .site-branding-text {
    margin-bottom: 50px;
    margin-left: 0;
    /* LTR */
    padding-top: 20px;
    font-size: 90%;
}

[dir="rtl"] .maintenance-page .site-branding-text {
    margin-right: 0;
}

.maintenance-page .site-branding-text,
.maintenance-page .site-branding-text a,
.maintenance-page .site-branding-text a:hover,
.maintenance-page .site-branding-text a:focus {
    color: #777;
}

.maintenance-page .page-title {
    line-height: 1em;
    margin-top: 0;
}

@media all and (min-width: 800px) {
    .maintenance-page #page-wrapper {
        width: 800px;
    }
    .maintenance-page #header div.section,
    .maintenance-page #main {
        width: 700px;
    }
}

@media all and (min-width: 600px) {
    .maintenance-page #page {
        margin: 20px 40px 40px;
    }
}

.page-notfound {
    text-align: center;
    padding: 150px 0;
    background: #f6f6f6;
}

@media (max-width: 767.98px) {
    .page-notfound {
        padding: 50px 0;
    }
}

.page-notfound header {
    display: none !important;
}

.page-notfound .big-title {
    font-size: 200px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .page-notfound .big-title {
        font-size: 90px;
    }
}

.page-notfound .sub-title {
    color: #999999;
    padding: 30px 0;
}

.page-notfound .content {
    color: #666666;
    font-size: 16px;
    max-width: 450px;
    margin: 0 auto;
    line-height: 30px;
}

@media (max-width: 767.98px) {
    .page-notfound .content {
        padding: 0 20px;
    }
}

.page-notfound .action {
    text-align: center;
    margin-top: 30px;
}

.page-notfound .action a {
    font-size: 16px;
    color: #e74d57;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-notfound .action a:hover {
    color: #000;
}

.view-page {
    margin-bottom: 50px;
}

.team-single-page .team-name {
    margin-bottom: 30px;
}

.team-single-page .team-name .name {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 42px;
}

.team-single-page .team-name .job {
    font-size: 12px;
    color: #999999;
}

.team-single-page .team-name .line {
    text-align: center;
    float: left;
}

.team-single-page .team-name .line span {
    width: 30px;
    height: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: inline-block;
    margin: 0 5px;
}

.team-single-page .team-name .line span.one {
    background: #5EB4E7;
    margin-left: 0;
}

.team-single-page .team-name .line span.second {
    background: #F8C44F;
}

.team-single-page .team-name .line span.three {
    background: #F49626;
    margin-right: 0;
}

.team-single-page .socials {
    margin-top: 10px;
}

.team-single-page .heading {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.team-single-page .team-contact {
    margin-bottom: 20px;
}

.team-single-page .team-skills {
    margin-top: 15px;
}

.team-single-page .team-skills .team-skill {
    margin-bottom: 15px;
}

.team-single-page .team-skills .team-skill .progress-label {
    font-size: 14px;
}

.team-single-page .team-contact .content-inner,
.team-single-page .team-education .content-inner {
    font-size: 14px;
    line-height: 28px;
}

.team-single-page .team-education .field__item {
    padding-left: 20px;
    position: relative;
}

.team-single-page .team-education .field__item:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #e74d57;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
}

.team-single-page .team-info {
    margin-bottom: 30px !important;
}

.team-single-page .team-quote {
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
    padding-left: 50px;
    position: relative;
}

.team-single-page .team-quote:after {
    font-family: "FontAwesome";
    content: "\f10d";
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    color: #e74d57;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
}

.page-user-login,
.page-user-register,
.page-user-pass {
    position: relative;
}

.page-user-login .bg,
.page-user-register .bg,
.page-user-pass .bg {
    background: #152C49;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.page-user-login input,
.page-user-register input,
.page-user-pass input {
    max-width: 100%;
}

.page-user-login #page-main-content,
.page-user-register #page-main-content,
.page-user-pass #page-main-content {
    min-height: 50px;
}

.page-user-login .main-page,
.page-user-register .main-page,
.page-user-pass .main-page {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    max-width: 550px;
    background: #fff;
    border: 8px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 50px auto 0;
    position: relative;
    z-index: 99;
}

@media (max-width: 767.98px) {
    .page-user-login .main-page,
    .page-user-register .main-page,
    .page-user-pass .main-page {
        margin-top: 35px;
    }
}

.page-user-login .branding,
.page-user-register .branding,
.page-user-pass .branding {
    margin-bottom: 20px;
}

.page-user-login .container,
.page-user-register .container,
.page-user-pass .container {
    padding: 0;
}

.page-user-login .nav-tabs,
.page-user-register .nav-tabs,
.page-user-pass .nav-tabs {
    margin-bottom: 20px;
}

.page-user-login .nav-tabs>li>a,
.page-user-register .nav-tabs>li>a,
.page-user-pass .nav-tabs>li>a {
    padding: 8px 20px 0 0 !important;
}

.path-node .field--name-body h1,
.path-node .field--name-body h2,
.path-node .field--name-body h3,
.path-node .field--name-body h4,
.path-node .field--name-body h5,
.path-node .field--name-body h6,
.path-node .field--name-body .h1,
.path-node .field--name-body .h2,
.path-node .field--name-body .h3,
.path-node .field--name-body .h4,
.path-node .field--name-body .h5,
.path-node .field--name-body .h6 {
    margin-top: 15px;
}

.path-node .field--name-body ul {
    margin: 0 0 15px;
}

.post-block .post-image {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: relative;
}

.post-block .post-image:hover a:before,
.post-block .post-image:hover a:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.post-block .post-content {
    padding: 25px 0 0;
}

.post-block .post-content:before,
.post-block .post-content:after {
    content: " ";
    display: table;
}

.post-block .post-content:after {
    clear: both;
}

.post-block .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.post-block .author {
    padding: 10px 20px;
    background: #ffec4e;
    color: #18212e;
}

.post-block .post-comment {
    background: #fff;
    color: #747b86;
    display: inline-block;
    padding: 8px 20px;
}

.post-block .post-comment i {
    font-size: 12px;
    color: #e74d57;
    margin-right: 5px;
}

.post-block .post-created {
    color: #e74d57;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 10px;
}

.post-block .post-title {
    padding: 0;
    margin-bottom: 30px;
    display: block;
    line-height: 32px;
    font-size: 24px;
    font-weight: 700;
    color: #18212e;
    word-wrap: break-word;
}

.post-block .post-body {
    margin-bottom: 20px;
}

.post-block .post-categories {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

.post-block .post-categories a {
    color: #e74d57;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    line-height: 1.5;
}

.post-block .post-categories a:hover {
    color: #e74d57;
}

.post-block:hover .item-image:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-block-1 .item-image {
    position: relative;
}

.post-block-1 .item-image:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: rgba(24, 33, 46, 0.8);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.post-block-1 .item-image a {
    position: relative;
    display: block;
}

.post-block-2 .post-content {
    padding: 25px 0 0;
}

.post-block-2 .post-content:before,
.post-block-2 .post-content:after {
    content: " ";
    display: table;
}

.post-block-2 .post-content:after {
    clear: both;
}

.post-block-2 .post-title {
    margin: 0 0 10px;
}

.post-footer {
    margin-top: 25px;
}

.post-footer .item-list ul li {
    margin-bottom: 15px !important;
}

.post-footer .item-list ul li:last-child {
    border: none;
    margin-bottom: 0 !important;
}

.post-footer .item-list ul li .post-block {
    background: transparent !important;
}

.post-footer .item-list ul li .post-block .post-title {
    font-size: 14px;
}

.post-footer .item-list ul li .post-block .post-title a {
    color: #fff;
    font-weight: 400;
}

.post-footer .item-list ul li .post-block .post-title a:hover {
    color: #e74d57;
}

.post-footer .item-list ul li .post-block .post-meta {
    color: rgba(255, 255, 255, 0.8);
}

.post-footer .item-list ul li .post-block .post-meta .post-categories {
    font-size: 12px;
}

.post-footer .item-list ul li .post-block .post-meta .post-categories a {
    font-size: 10px;
}

.owl-carousel .post-block {
    margin-bottom: 0 !important;
}

.post-style-grid .post-block {
    margin-bottom: 50px;
}

.gallery-post {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.gallery-post:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    top: 0;
    left: 0;
    position: absolute;
    background: #e74d57;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
}

.gallery-post .post-title {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 11;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    opacity: 0;
    filter: alpha(opacity=0);
}

.gallery-post .images {
    overflow: hidden;
    position: relative;
}

.gallery-post .images img {
    -webkit-transition: all 5s;
    transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
}

.gallery-post a.zoomGallery {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    background: #fff;
    top: 50%;
    left: 50%;
    z-index: 99;
    color: #000;
    font-size: 18px;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 680px) {
    .gallery-post a.zoomGallery {
        opacity: 1;
    }
}

.gallery-post a.zoomGallery:hover {
    background: #000;
    color: #fff;
}

.gallery-post:hover:after {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.gallery-post:hover .post-title {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery-post:hover a.zoomGallery {
    opacity: 1;
    filter: alpha(opacity=100);
}

.style-dark .post-block {
    background: transparent;
}

.style-dark .post-block .post-title {
    background: transparent;
}

.style-dark .post-block .post-title a {
    color: #fff;
}

.style-dark .post-block .post-title a:hover {
    color: #e74d57;
}

.post-style-horizontal .post-block:before,
.post-style-horizontal .post-block:after {
    content: " ";
    display: table;
}

.post-style-horizontal .post-block:after {
    clear: both;
}

.node--view-mode-full .post-thumbnail {
    margin-bottom: 10px;
}

.node--view-mode-full .post-thumbnail iframe {
    min-height: 400px;
}

.post-single {
    padding-bottom: 35px;
}

.post-single iframe {
    width: 100%;
    display: block;
}

.post-single .post-thumbnail {
    position: relative;
}

.post-single .post-thumbnail.post-gallery {
    overflow: hidden;
}

.post-single .post-thumbnail.post-gallery .owl-nav {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-single .post-thumbnail.post-gallery .owl-nav .owl-prev {
    margin-left: 100px;
}

.post-single .post-thumbnail.post-gallery .owl-nav .owl-next {
    margin-right: 100px;
}

@media (min-width: 768px) {
    .post-single .post-title {
        font-size: 50px;
        line-height: 65px;
    }
}

.post-single blockquote {
    padding: 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.96px;
    line-height: 40px;
}

.post-single .field--name-field-tags {
    display: block;
    margin: 50px 0 30px;
    padding: 30px 0;
    border-top: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
}

.post-single .field--name-field-tags .field__label {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: #18212e;
}

.post-single .field--name-field-tags .field__items {
    display: inline-block;
}

.post-single .field--name-field-tags .field__item {
    display: inline-block;
    margin-right: 10px;
}

.post-single .field--name-field-tags .field__item a {
    color: #e74d57;
}

.post-single .field--name-field-tags .field__item a:hover,
.post-single .field--name-field-tags .field__item a:focus,
.post-single .field--name-field-tags .field__item a:active {
    color: #18212e;
}

.categories-view-content.layout-grid .post-block,
.categories-view-content.layout-masonry .post-block {
    margin-bottom: 30px;
    text-align: left;
}

.categories-view-content.layout-grid .post-block .post-categories,
.categories-view-content.layout-masonry .post-block .post-categories {
    margin: 0;
}

.categories-view-content.layout-grid .post-block .post-categories h2,
.categories-view-content.layout-grid .post-block .post-categories h3,
.categories-view-content.layout-grid .post-block .post-categories h4,
.categories-view-content.layout-masonry .post-block .post-categories h2,
.categories-view-content.layout-masonry .post-block .post-categories h3,
.categories-view-content.layout-masonry .post-block .post-categories h4 {
    margin: 0;
    line-height: 1;
}

.categories-view-content.layout-grid .post-block .post-title,
.categories-view-content.layout-masonry .post-block .post-title {
    padding: 0;
}

.categories-view-content.layout-grid .post-block .post-meta,
.categories-view-content.layout-masonry .post-block .post-meta {
    margin-top: 0;
}

.categories-view-content.layout-grid .post-block .post-body,
.categories-view-content.layout-masonry .post-block .post-body {
    padding: 10px 0 15px;
}

.categories-view-content.layout-grid .post-block .post-content,
.categories-view-content.layout-masonry .post-block .post-content {
    padding: 15px;
    border: 1px solid #dee2e6;
    border-top: 0;
}

.categories-view-content.layout-list .post-block {
    margin-bottom: 0;
}

.categories-view-content.layout-list .post-block:before,
.categories-view-content.layout-list .post-block:after {
    content: " ";
    display: table;
}

.categories-view-content.layout-list .post-block:after {
    clear: both;
}

.categories-view-content.layout-list .post-block .post-thumbnail {
    width: 45%;
    float: left;
}

@media (max-width: 575.98px) {
    .categories-view-content.layout-list .post-block .post-thumbnail {
        width: 100%;
    }
}

.categories-view-content.layout-list .post-block .post-title {
    padding: 0;
    margin: 0;
}

.categories-view-content.layout-list .post-block .post-content {
    width: 55%;
    float: left;
    padding-left: 30px;
}

@media (max-width: 575.98px) {
    .categories-view-content.layout-list .post-block .post-content {
        width: 100%;
    }
}

.categories-view-content.layout-list .post-block .post-content .post-categories {
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0;
}

.categories-view-content.layout-list .post-block .post-content .post-categories h2 {
    margin: 0;
}

.post-style-list ul>li {
    margin-bottom: 30px !important;
}

.post-style-list .post-block {
    clear: both;
    padding-top: 30px;
}

.post-style-list .post-block .post-image {
    width: 38%;
    float: left;
}

@media (max-width: 767.98px) {
    .post-style-list .post-block .post-image {
        width: 100%;
    }
}

.post-style-list .post-block .post-image img {
    height: auto;
    width: 100%;
}

.post-style-list .post-block .post-meta {
    margin-top: 2px;
}

.post-style-list .post-block .post-content {
    padding-top: 5px;
    width: 62%;
    padding-left: 30px;
    float: left;
}

@media (max-width: 767.98px) {
    .post-style-list .post-block .post-content {
        width: 100%;
        padding-left: 0;
    }
}

.post-style-list .post-block .post-title {
    padding-top: 0;
}

.post-style-list .post-block.no-image .post-content {
    width: 100%;
    padding-left: 0;
}

.post-list-small {
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 20px;
}

.post-list-small .item-list ul li {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}

.post-list-small .item-list ul li:last-child {
    margin-bottom: 0 !important;
    border-bottom: 0;
    border: 0;
}

.post-list-small .post-block {
    clear: both;
    background: none;
}

.post-list-small-2 .item-list {
    margin-top: 30px;
}

.post-list-small-2 .item-list ul li {
    margin-bottom: 20px !important;
}

.post-list-small-2 .item-list ul li:last-child {
    margin-bottom: 0 !important;
}

.post-list-small-2 .post-block {
    clear: both;
    background: none;
}

.post-list-small-2 .post-block .post-image {
    width: 80px;
    float: left;
}

.post-list-small-2 .post-block .post-image img {
    height: auto;
    width: 100%;
    border-radius: 4px;
}

.post-list-small-2 .post-block .post-content {
    padding-left: 95px;
    padding-top: 0;
}

.post-list-small-2 .post-block .post-title {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.post-list-small-2 .post-block .post-meta {
    position: relative;
}

.post-list-small-3 .item-list ul li {
    margin-bottom: 20px !important;
}

.post-list-small-3 .item-list ul li:last-child {
    margin-bottom: 0 !important;
}

.post-list-small-3 .post-block {
    clear: both;
    background: none;
}

.post-list-small-3 .post-block .post-image {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    float: left;
}

.post-list-small-3 .post-block .post-content {
    padding-left: 78px;
    padding-top: 0;
}

.post-list-small-3 .post-block .post-title {
    padding: 0;
    margin: 0;
}

.post-list-small-3 .post-block .post-title a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    display: inline-block;
}

a.feed-icon {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    display: inline-block;
    line-height: 40px;
    background: #e74d57;
    color: #fff;
}

a.feed-icon:hover,
a.feed-icon:focus,
a.feed-icon:active,
a.feed-icon.active {
    background: #ffec4e;
    color: #18212e;
}

.post-slider.post-block {
    position: relative;
}

.post-slider.post-block .post-inner {
    position: relative;
}

.post-slider.post-block .post-inner:after {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.post-slider.post-block .post-meta-wrap {
    width: 100%;
    padding: 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

@media (max-width: 767.98px) {
    .post-slider.post-block .post-meta-wrap {
        padding: 20px;
    }
}

.post-slider.post-block .post-meta-wrap .post-title {
    padding: 0 0 2px;
}

.post-slider.post-block .post-meta-wrap .post-title a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .post-slider.post-block .post-meta-wrap .post-title a {
        font-size: 15px;
    }
}

.post-slider.post-block .post-meta-wrap .post-title a:hover {
    color: #e74d57 !important;
}

.post-slider.post-block .post-body {
    margin-top: 0;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767.98px) {
    .post-slider.post-block .post-body {
        display: none;
    }
}

.post-slider.post-block .post-meta {
    color: #fff;
}

.post-slider.post-block .post-categories {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.post-slider.post-block .post-categories a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    background: #e74d57;
    padding: 2px 10px;
}

.box-margin-0 {
    margin-bottom: 0;
}

.box-margin-small {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .box-margin-small {
        margin-bottom: 20px;
    }
}

.box-margin-medium {
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
    .box-margin-medium {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .box-margin-medium {
        margin-top: 10px;
    }
}

.box-margin-large {
    margin-bottom: 80px;
}

@media (max-width: 991.98px) {
    .box-margin-large {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .box-margin-large {
        margin-bottom: 30px;
    }
}

.no-margin {
    margin: 0 !important;
}

.margin-1 {
    margin-top: -75px;
}

@media (max-width: 767.98px) {
    .margin-1 {
        margin-top: 50px;
    }
}

.margin-2 {
    margin-top: -90px;
    padding-top: 60px;
    background: #fff;
}

@media (max-width: 991.98px) {
    .margin-2 {
        margin-top: 0;
        padding-top: 100px;
    }
}

.margin-2>.bb-inner {
    background: #fff;
}

.margin-3 {
    margin-top: 80px;
}

@media (max-width: 767.98px) {
    .margin-3 {
        margin-top: 50px;
    }
}

.margin-4 {
    margin-top: 30px;
}

@media (max-width: 575.98px) {
    .margin-4 {
        margin-top: 0;
    }
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

@media (max-width: 991.98px) {
    .margin-top-60 {
        margin-top: 30px !important;
    }
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

@media (max-width: 767.98px) {
    .padding-bottom-100 {
        padding-bottom: 30px !important;
    }
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.width-100 {
    max-width: 100px !important;
    margin: 0 auto;
}

.width-200 {
    max-width: 200px !important;
    margin: 0 auto;
}

.width-300 {
    max-width: 300px !important;
    margin: 0 auto;
}

.width-400 {
    max-width: 400px !important;
    margin: 0 auto;
}

.width-500 {
    max-width: 500px !important;
    margin: 0 auto;
}

.width-600 {
    max-width: 600px !important;
    margin: 0 auto;
}

.width-700 {
    max-width: 700px !important;
    margin: 0 auto;
}

.width-750 {
    max-width: 750px !important;
    margin: 0 auto;
}

.width-800 {
    max-width: 800px !important;
    margin: 0 auto;
}

.width-900 {
    max-width: 900px !important;
    margin: 0 auto;
}

.width-950 {
    max-width: 950px !important;
    margin: 0 auto;
}

.radius-1x {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.radius-2x {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.radius-5x {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.border-1 {
    border: 1px solid #dee2e6;
}

.border-2 {
    border: 2px solid #dee2e6;
}

.border-3 {
    border: 3px solid #dee2e6;
}

.border-4 {
    border: 4px solid #dee2e6;
}

.border-5 {
    border: 5px solid #dee2e6;
}

.border-top-2 {
    border-top: 2px solid rgba(255, 255, 255, 0.05);
}

.border-bottom-2 {
    border-bottom: 2px solid #dee2e6;
}

.fsize-13 {
    font-size: 13px !important;
}

.fsize-14 {
    font-size: 14px !important;
}

.fsize-15 {
    font-size: 15px !important;
}

.fsize-16 {
    font-size: 16px !important;
}

.fsize-17 {
    font-size: 17px !important;
}

.fsize-18 {
    font-size: 18px !important;
}

.fsize-19 {
    font-size: 19px !important;
}

.fsize-20 {
    font-size: 20px !important;
}

.fsize-21 {
    font-size: 21px !important;
}

.fsize-22 {
    font-size: 22px !important;
}

.fsize-23 {
    font-size: 23px !important;
}

.fsize-24 {
    font-size: 24px !important;
}

.fsize-25 {
    font-size: 25px !important;
}

.fsize-26 {
    font-size: 26px !important;
}

.fsize-27 {
    font-size: 27px !important;
}

.fsize-28 {
    font-size: 28px !important;
}

.fsize-29 {
    font-size: 29px !important;
}

.fsize-30 {
    font-size: 30px !important;
}

.fsize-31 {
    font-size: 31px !important;
}

.fsize-32 {
    font-size: 32px !important;
}

.fsize-33 {
    font-size: 33px !important;
}

.fsize-34 {
    font-size: 34px !important;
}

.fsize-35 {
    font-size: 35px !important;
}

.fsize-36 {
    font-size: 36px !important;
}

.fsize-37 {
    font-size: 37px !important;
}

.fsize-38 {
    font-size: 38px !important;
}

.fsize-39 {
    font-size: 39px !important;
}

.fsize-40 {
    font-size: 40px !important;
}

.fsize-41 {
    font-size: 41px !important;
}

.fsize-42 {
    font-size: 42px !important;
}

.fsize-44 {
    font-size: 44px !important;
}

.fsize-46 {
    font-size: 46px !important;
}

@media (max-width: 991.98px) {
    .fsize-46 {
        font-size: 38px !important;
    }
}

.fsize-48 {
    font-size: 48px !important;
}

@media (max-width: 991.98px) {
    .fsize-48 {
        font-size: 38px !important;
    }
}

.fsize-50 {
    font-size: 50px !important;
}

@media (max-width: 991.98px) {
    .fsize-50 {
        font-size: 38px !important;
    }
}

.fsize-52 {
    font-size: 52px !important;
}

@media (max-width: 991.98px) {
    .fsize-52 {
        font-size: 38px !important;
    }
}

.fsize-54 {
    font-size: 54px !important;
}

.fsize-56 {
    font-size: 56px !important;
}

@media (max-width: 991.98px) {
    .fsize-56 {
        font-size: 38px !important;
    }
}

.fsize-58 {
    font-size: 58px !important;
}

@media (max-width: 991.98px) {
    .fsize-58 {
        font-size: 38px !important;
    }
}

.fsize-60 {
    font-size: 60px !important;
}

@media (max-width: 991.98px) {
    .fsize-60 {
        font-size: 40px !important;
    }
}

.fsize-70 {
    font-size: 70px !important;
}

@media (max-width: 991.98px) {
    .fsize-70 {
        font-size: 50px !important;
    }
}

.fsize-80 {
    font-size: 80px !important;
}

@media (max-width: 991.98px) {
    .fsize-80 {
        font-size: 50px !important;
    }
}

.fsize-90 {
    font-size: 90px !important;
}

@media (max-width: 991.98px) {
    .fsize-90 {
        font-size: 50px !important;
    }
}

.fsize-100 {
    font-size: 100px !important;
}

@media (max-width: 991.98px) {
    .fsize-100 {
        font-size: 60px !important;
    }
}

.lheight-16 {
    line-height: 18px !important;
}

.lheight-17 {
    line-height: 18px !important;
}

.lheight-18 {
    line-height: 18px !important;
}

.lheight-19 {
    line-height: 19px !important;
}

.lheight-20 {
    line-height: 20px !important;
}

.lheight-21 {
    line-height: 21px !important;
}

.lheight-22 {
    line-height: 22px !important;
}

.lheight-23 {
    line-height: 23px !important;
}

.lheight-24 {
    line-height: 24px !important;
}

.lheight-25 {
    line-height: 25px !important;
}

.lheight-26 {
    line-height: 26px !important;
}

.lheight-27 {
    line-height: 27px !important;
}

.lheight-28 {
    line-height: 28px !important;
}

.lheight-29 {
    line-height: 29px !important;
}

.lheight-30 {
    line-height: 30px !important;
}

.lheight-31 {
    line-height: 31px !important;
}

.lheight-32 {
    line-height: 32px !important;
}

.lheight-33 {
    line-height: 33px !important;
}

.lheight-34 {
    line-height: 34px !important;
}

.lheight-35 {
    line-height: 35px !important;
}

.lheight-36 {
    line-height: 36px !important;
}

.lheight-37 {
    line-height: 37px !important;
}

.lheight-38 {
    line-height: 38px !important;
}

.lheight-39 {
    line-height: 39px !important;
}

.lheight-40 {
    line-height: 40px !important;
}

.lheight-41 {
    line-height: 41px !important;
}

.lheight-42 {
    line-height: 42px !important;
}

.lheight-43 {
    line-height: 43px !important;
}

.lheight-44 {
    line-height: 44px !important;
}

.lheight-46 {
    line-height: 46px !important;
}

@media (max-width: 991.98px) {
    .lheight-46 {
        line-height: 38px !important;
    }
}

.lheight-48 {
    line-height: 48px !important;
}

@media (max-width: 991.98px) {
    .lheight-48 {
        line-height: 38px !important;
    }
}

.lheight-50 {
    line-height: 50px !important;
}

@media (max-width: 991.98px) {
    .lheight-50 {
        line-height: 38px !important;
    }
}

.lheight-52 {
    line-height: 52px !important;
}

@media (max-width: 991.98px) {
    .lheight-52 {
        line-height: 38px !important;
    }
}

.lheight-54 {
    line-height: 54px !important;
}

@media (max-width: 991.98px) {
    .lheight-54 {
        line-height: 38px !important;
    }
}

.lheight-56 {
    line-height: 56px !important;
}

@media (max-width: 991.98px) {
    .lheight-56 {
        line-height: 38px !important;
    }
}

.lheight-58 {
    line-height: 58px !important;
}

@media (max-width: 991.98px) {
    .lheight-58 {
        line-height: 38px !important;
    }
}

.lheight-60 {
    line-height: 60px !important;
}

@media (max-width: 991.98px) {
    .lheight-60 {
        line-height: 40px !important;
    }
}

.lheight-70 {
    line-height: 70px !important;
}

@media (max-width: 991.98px) {
    .lheight-70 {
        line-height: 60px !important;
    }
}

.lheight-80 {
    line-height: 80px !important;
}

@media (max-width: 991.98px) {
    .lheight-80 {
        line-height: 70px !important;
    }
}

.lheight-90 {
    line-height: 90px !important;
}

@media (max-width: 991.98px) {
    .lheight-90 {
        line-height: 70px !important;
    }
}

.lheight-100 {
    line-height: 100px !important;
}

@media (max-width: 991.98px) {
    .lheight-100 {
        line-height: 80px !important;
    }
}

.fweight-400 {
    font-weight: 400 !important;
}

.fweight-500 {
    font-weight: 500 !important;
}

.fweight-600 {
    font-weight: 600 !important;
}

.fweight-700 {
    font-weight: 700 !important;
}

.fweight-800 {
    font-weight: 800 !important;
}

.fweight-900 {
    font-weight: 900 !important;
}

.text-light .border-1,
.text-light .border-2,
.text-light .border-3,
.text-light .border-4,
.text-light .border-5 {
    border-color: rgba(255, 255, 255, 0.6) !important;
}

.padding-responsive {
    padding: 30px 120px;
}

@media (max-width: 767.98px) {
    .padding-responsive {
        padding: 30px;
    }
}

.special-margin-top {
    margin-top: -125px;
}

@media (max-width: 767.98px) {
    .special-margin-top {
        margin-top: 30px;
    }
}

.special-margin-top-2 {
    margin-top: -120px;
}

@media (max-width: 767.98px) {
    .special-margin-top-2 {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

.margin-top-contact {
    margin-top: -100px;
    padding-bottom: 80px;
}

@media (max-width: 767.98px) {
    .margin-top-contact {
        margin-top: 30px;
        padding-bottom: 45px;
    }
}

.padding-lr-15p {
    padding-left: 15%;
    padding-right: 15%;
}

@media (max-width: 767.98px) {
    .padding-lr-15p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.overflow-visible {
    overflow: visible !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
    margin-right: 1px !important;
}

.no-bg {
    background-color: transparent !important;
}

.col-no-padding div[class*="col-"] {
    padding: 0 !important;
}

.p-static {
    position: static !important;
}

.p-relative {
    position: relative !important;
}

.bg-theme {
    background: #e74d57 !important;
}

.bg-theme-second {
    background: #ffec4e !important;
}

.bg-white {
    background: #fff !important;
}

.bg-black {
    background: #18212e !important;
}

.bg-gray {
    background: #F6F7FB !important;
}

.bg-blue {
    background: #6ec1e4 !important;
}

.bg-fixed,
.gva-fixed-background {
    background-attachment: fixed;
}

@media (max-width: 991.98px) {
    .bg-fixed,
    .gva-fixed-background {
        background-attachment: scroll;
    }
}

.youtube-bg {
    position: relative;
    z-index: 9;
}

.youtube-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 9;
}

.youtube-bg .bb-inner {
    position: relative;
    z-index: 99;
}

.ui-widget-content {
    color: #747b86;
}

.gva-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.text-normal {
    font-size: 15px;
}

.text-size-medium {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 35px;
    max-width: 500px;
    color: #000;
}

.text-medium {
    font-size: 18px;
}

.text-size-big {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1px;
}

@media (max-width: 767.98px) {
    .text-size-big {
        font-size: 30px;
        line-height: 38px;
    }
}

.text-size-big {
    font-size: 36px;
}

@media (max-width: 767.98px) {
    .text-size-big {
        font-size: 20px;
    }
}

.text-black {
    color: #18212e !important;
}

.text-theme {
    color: #e74d57 !important;
}

.text-gray {
    color: #787887 !important;
}

.text-light {
    color: #b7b7d3 !important;
}

.text-theme-2,
.text-theme-second {
    color: #ffec4e !important;
}

.color-theme {
    color: #e74d57 !important;
}

.color-text,
.text-body {
    color: #747b86 !important;
}

.color-white {
    color: #fff !important;
}

.color-dark {
    color: #f1f1f1 !important;
}

.color-black {
    color: #333 !important;
}

.gavias-parallax {
    background-attachment: fixed !important;
}

@media (max-width: 575.98px) {
    .gavias-parallax {
        background-attachment: scroll !important;
    }
}

.gavias-parallax.fp-section {
    background-attachment: scroll !important;
}

.socials {
    display: block;
    text-align: left;
    width: 100%;
}

.socials a {
    color: #747b86;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    margin-right: 10px;
    font-size: 14px;
}

.socials a:last-child {
    margin-right: 0;
}

.socials a:hover,
.socials a:focus,
.socials a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #fff;
}

.socials a i {
    color: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    background: #e74d57;
}

.socials a i[class*="facebook"] {
    background: #3b5998;
}

.socials a i[class*="twitter"] {
    background: #4099ff;
}

.socials a i[class*="skype"] {
    background: #12a5f4;
}

.socials a i[class*="dribbble"] {
    background: #ea4c89;
}

.socials a i[class*="linkedin"] {
    background: #0e76a8;
}

.socials a i[class*="apple"] {
    background: #f2f2f2;
}

.socials a i[class*="pinterest"] {
    background: #c92228;
}

.socials a i[class*="google"] {
    background: #d34836;
}

.socials a i[class*="youtube"] {
    background: #c4302b;
}

.socials a i[class*="vimeo"] {
    background: #4ebbff;
}

.socials a i[class*="tumblr"] {
    background: #35465c;
}

.socials a i[class*="xing"] {
    background: #126567;
}

.socials a i[class*="instagram"] {
    background: #e8e2d9;
}

.socials a i[class*="flickr"] {
    background: #FF0084;
}

.socials a i[class*="behance"] {
    background: #0057FF;
}

.socials-2,
.socials-3 {
    margin-top: 30px;
}

.socials-2 a,
.socials-3 a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #000 !important;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    display: inline-block;
}

.socials-2 a+a,
.socials-3 a+a {
    margin-left: 15px;
}

.socials-2 a:hover,
.socials-3 a:hover {
    background: #e74d57;
    color: #fff !important;
}

.socials-3 a {
    background: #F3F5FA;
}

.socials-topbar a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    text-align: center;
    display: inline-block;
    line-height: 1;
}

.socials-topbar a+a {
    margin-left: 30px;
}

@media (max-width: 991.98px) {
    .socials-topbar a+a {
        margin-left: 10px;
    }
}

.socials-footer a {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.socials-footer a+a {
    margin-left: 20px;
}

@media (max-width: 991.98px) {
    .socials-footer a+a {
        margin-left: 10px;
    }
}

.post-masonry-style>div,
.isotope-items>div {
    margin-left: -1px;
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
}

.nav-tabs>li>a {
    font-weight: 700;
    color: #000;
    padding: 8px 18px;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    background: none;
}

.nav-tabs>li>a i {
    margin-right: 5px;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:active {
    color: #e74d57;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a.active {
    color: #e74d57;
}

.box-quick-link ul {
    padding: 0;
    margin: 0;
}

.box-quick-link ul>li {
    width: 46%;
    height: 70px;
    border: 1px solid #dee2e6;
    float: left;
    list-style: none;
    text-align: center;
    margin-bottom: 8%;
}

.box-quick-link ul>li:nth-child(2n) {
    margin-left: 4%;
}

.box-quick-link ul>li:nth-child(2n+1) {
    margin-right: 4%;
}

.box-quick-link ul>li a {
    font-weight: 700;
    font-size: 13px;
    display: block;
    line-height: 1.8;
    padding-top: 12px;
}

.box-quick-link ul>li a i {
    display: block;
    font-size: 23px;
    color: #777777;
}

.box-quick-link ul>li a:hover {
    color: #fff;
}

.box-quick-link ul>li a:hover i {
    color: #fff;
}

.box-quick-link ul>li:hover {
    background-color: #555555;
}

.box-quick-link ul>li:hover * {
    color: #fff;
}

.init-carousel-owl {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.init-carousel-owl .owl-item>.item {
    padding-left: 15px;
    padding-right: 15px;
}

.init-carousel-owl.carousel-no-padding,
.init-carousel-owl.no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.init-carousel-owl.carousel-no-padding .owl-item>.item,
.init-carousel-owl.no-padding .owl-item>.item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.init-carousel-owl.small-padding {
    margin-left: -3px !important;
    margin-right: -3px !important;
}

.init-carousel-owl.small-padding .owl-item>.item {
    padding: 6px 3px !important;
}

.init-carousel-owl[data-items*="1"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.init-carousel-owl[data-items*="1"] .owl-item>.item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div.error {
    background-repeat: no-repeat !important;
    background-image: none !important;
}

.owl-carousel {
    background: none !important;
    position: relative;
    max-height: 200px;
}

.owl-carousel .item {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -ms-transition: opacity 0.35s;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.owl-carousel .owl-stage-outer .item {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.owl-carousel.owl-loaded {
    max-height: none;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.owl-carousel .owl-controls {
    margin: 0;
}

.owl-carousel .owl-controls .owl-pagination {
    position: relative;
    bottom: 10px;
    z-index: 9;
    display: inline-block;
    width: 100%;
    left: 0;
}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
    background: #d6d6d6;
    width: 10px;
    height: 10px;
}

.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #869791;
}

.owl-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    display: block;
    clear: bottom;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px;
    position: relative;
    border: none;
    padding: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #000;
    background: transparent;
    width: 0px;
    height: 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-carousel .owl-nav {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
}

.owl-carousel .owl-nav>div {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    color: #747b86 !important;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    background: #F6F6F6;
    border: 1px solid #dee2e6;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.owl-carousel .owl-nav>div:hover {
    background: #e74d57;
}

.owl-carousel .owl-nav>div:hover i {
    color: #fff;
}

.owl-carousel .owl-nav>div.owl-prev {
    right: auto !important;
    left: 0 !important;
}

.owl-carousel .owl-nav>div.owl-next {
    left: auto !important;
    right: 0 !important;
}

.owl-carousel:hover .owl-nav {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff;
}

.owl-carousel:hover .owl-nav .owl-next {
    margin-left: 30px;
}

.owl-carousel:hover .owl-nav .owl-prev {
    margin-right: 30px;
}

.owl-carousel.carousel-thumbnail.text.top {
    padding-top: 60px;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 99;
    margin-top: 0;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot {
    width: auto;
    height: auto;
    background: none;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 10px;
    color: #000;
    font-weight: 700;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot.active {
    color: #e74d57;
}

.owl-carousel.carousel-thumbnail.text.vertical {
    padding-left: 25%;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-nav {
    display: none;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    z-index: 99;
    margin-top: 0;
    padding-right: 30px;
}

@media (max-width: 767.98px) {
    .owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
        width: 100%;
    }
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
    width: 100%;
    display: block;
    text-align: left;
    background: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    font-weight: 700;
    background: #fff;
    padding: 25px 20px;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: auto;
    line-height: 1;
    position: relative;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 15px;
    width: 3px;
    background: #e74d57;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:last-child {
    border-bottom: 0;
}

@media (max-width: 767.98px) {
    .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
        display: inline-block;
        width: auto;
        text-align: center;
    }
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active {
    color: #e74d57;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-carousel.pagination-right .owl-dots {
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: auto;
}

.owl-carousel.pagination-right .owl-dots .owl-dot {
    display: block;
    margin: 10px 0;
}

.owl-carousel.pagination-left .owl-dots {
    float: left;
    width: auto;
    margin-top: 15px;
    text-align: left;
}

.owl-carousel.white .owl-dots .owl-dot {
    background: #AAABAC;
}

.owl-carousel.white .owl-dots .owl-dot.active {
    background: #fff;
}

button:focus {
    outline: 0 !important;
}

.button,
.btn,
.btn-white,
.btn-theme,
.btn-black,
.btn-theme-second,
.more-link a,
.btn-theme-submit {
    background: #e74d57;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    position: relative;
    display: inline-block;
    line-height: 40px;
    z-index: 1;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border: none;
}

.button:hover,
.button:focus,
.button:active,
.button.active,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-theme-second:hover,
.btn-theme-second:focus,
.btn-theme-second:active,
.btn-theme-second.active,
.more-link a:hover,
.more-link a:focus,
.more-link a:active,
.more-link a.active,
.btn-theme-submit:hover,
.btn-theme-submit:focus,
.btn-theme-submit:active,
.btn-theme-submit.active {
    background: #ffec4e;
    color: #18212e;
}

.more-link {
    text-align: center;
    margin-top: 30px;
}

.btn-theme-second {
    background: #ffec4e;
}

.btn-theme-second:hover,
.btn-theme-second:focus,
.btn-theme-second:active {
    background: #ffe71b;
}

.btn-white {
    background: #fff;
    border: 0;
    color: #18212e;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    color: #18212e;
    background: #ffec4e;
}

.btn-black {
    background: #18212e;
    color: #fff;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
    color: #fff;
    background: #e74d57;
}

.btn-inline {
    text-transform: uppercase;
    color: #e74d57;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.4px;
}

.btn-inline:hover {
    text-decoration: underline;
    color: #18212e;
}


/*************** Easy PieChart ***************/

.easyPieChart {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    text-align: center;
    display: inline-block;
}

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

.easyPieChart span {
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}


/*************** Progress Bars ***************/

.progress-label {
    font-size: 16px;
    color: #18212e;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
    text-align: left;
}

.progress {
    height: 3px !important;
    background-color: #F3F5FA !important;
    position: relative;
    overflow: visible !important;
}

.progress .progress-bar {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -ms-transition: width 2s ease-in-out;
    text-align: right;
    line-height: 16px !important;
    background: #e74d57;
    position: relative;
}

.progress .progress-bar:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #e74d57;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    right: 0;
    position: absolute;
}

.progress .percentage {
    font-size: 24px !important;
    text-align: center;
    position: absolute;
    right: 1px;
    top: -30px;
    z-index: 9;
    color: #747b86;
    font-family: "Covered By Your Grace", cursive;
    font-weight: 400;
}

.panel {
    border: none;
    margin-top: 0;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff;
}

.panel .panel-heading {
    background: none !important;
    padding: 0 !important;
    margin-bottom: 0;
}

.panel .panel-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.panel .panel-title>a {
    position: relative;
    padding-left: 20px;
    color: #e74d57;
    display: block;
}

.panel .panel-title>a:after {
    content: "\f068";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 12px;
    top: 3px;
    left: 0px;
    z-index: 1;
    font-weight: 900;
    color: #ffec4e;
}

.panel .panel-title>a.collapsed {
    color: #18212e;
}

.panel .panel-title>a.collapsed:after {
    content: "\f067";
    color: #e74d57;
}

.panel .panel-body {
    padding: 20px;
    padding-top: 0;
}

.dropcap {
    display: block;
    float: left;
    font-size: 40px;
    line-height: 34px;
    color: #444;
    margin: 6px 8px 0 0;
}

.dropcap.border-dropcap {
    border: 2px solid #444;
    width: 46px;
    height: 46px;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 8px 12px 0 0;
}

.dropcap.bg-dropcap {
    background-color: #444;
    color: #fff;
    width: 48px;
    height: 48px;
    font-size: 28px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 8px 12px 0 0;
}

.dropcap.circle-dropcap {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #444;
    width: 46px;
    height: 46px;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 8px 12px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.info-contact>div {
    float: left;
    margin-right: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .info-contact>div {
        margin-right: 50px;
    }
}

@media (max-width: 767.98px) {
    .info-contact>div {
        margin-right: 30px;
    }
}

.info-contact>div:last-child {
    margin-right: 0;
}

.info-contact>div .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    margin-right: 10px;
    line-height: 40px;
    color: #fff;
    background: #e74d57;
    text-align: center;
    margin-top: -7px;
}

.info-contact>div.phone .icon {
    background: #ffec4e;
}

.info-contact>div.address .icon {
    background: #ffec4e;
}

.support-box {
    background: #e74d57;
    color: #fff;
    padding: 50px;
}

.support-box ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.support-box .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.support-box .text {
    margin-bottom: 35px;
}

.support-box .phone a {
    font-family: "Covered By Your Grace", cursive;
    font-size: 50px;
    color: #ffec4e;
    line-height: 1;
}

.menu-style {
    list-style: none;
    padding-left: 0;
}

.menu-style li {
    position: relative;
}

.menu-style li+li {
    padding-top: 15px;
}

.menu-style li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 13px;
    margin-right: 10px;
    color: #e74d57;
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #e74d57;
    color: #e74d57 !important;
    background: transparent;
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    background: #e74d57;
    color: #18212e !important;
}


/* This is required to win over specificity of #content h2 */

.links .comment-add {
    display: none;
}

#node-single-comment {
    margin-top: 30px;
}

#node-single-comment h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 36px;
    letter-spacing: -1.44px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #dee2e6;
    text-transform: capitalize;
}

#node-single-comment h2:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 35px;
    background: #e74d57;
    left: 0;
    top: 3px;
    z-index: 1;
}

#node-single-comment #comment-form .form-item {
    margin-bottom: 20px;
}

#node-single-comment #comment-form .form-item.js-form-type-textarea {
    margin: 0;
}

#node-single-comment #comment-form .form-item label {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    font-weight: 700;
    color: #6a6a6a;
}

#node-single-comment #comment-form ul>li {
    list-style-type: none;
}

#node-single-comment input[type*='text'],
#node-single-comment textarea {
    width: 100%;
    background: #f0f0f0;
}

#node-single-comment .js-filter-wrapper {
    background: rgba(231, 77, 87, 0.1);
    padding: 20px;
    font-style: italic;
    margin: 30px 0;
    font-size: 12px;
}

.comment-wrapper h2.comment-form__title {
    margin-bottom: 1em;
}

.field-node--comment {
    font-size: 0.934em;
}

.comment {
    margin-bottom: 19px;
    vertical-align: top;
    display: table;
}

[dir="rtl"] .comment {
    direction: rtl;
}

.comment__meta {
    padding: 0 30px 0 0;
    /* LTR */
    font-size: 1.071em;
    width: 115px;
}

@media (max-width: 767.98px) {
    .comment__meta {
        width: 90px;
    }
}

[dir="rtl"] .comment__meta {
    padding: 0 0 0 30px;
}

.comment__attribution img {
    border: 1px solid #d3d7d9;
}


/* This is required to win over specificity of .field--type-image img */

.comment .field--name-user-picture img {
    margin: 0;
}

.comment__author .username {
    white-space: nowrap;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 12px;
}

.comment__author {
    margin: 4px 0;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 12px;
}

.comment__time {
    margin-bottom: 4px;
    color: #68696b;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.733em;
    line-height: 1.2;
}

.comment__permalink {
    font-size: 0.733em;
    line-height: 1.2;
}

.comment__content {
    position: relative;
    display: table-cell;
    padding: 10px 25px 10px 25px;
    vertical-align: top;
    width: 100%;
    border: 1px solid #d3d7d9;
    font-size: 0.929em;
    line-height: 1.6;
    word-break: break-all;
}

.comment__content h3 a {
    font-size: 18px;
    font-weight: 700;
}

.comment__content .links.inline {
    margin-top: 10px;
}

.comment__content .links.inline>li {
    float: left;
}

.comment__content .links.inline>li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.comment__content:before {
    content: '';
    position: absolute;
    right: 100%;
    /* LTR */
    top: 20px;
    border-top: 20px solid transparent;
    border-right: 20px solid #d3d7d9;
    /* LTR */
    border-bottom: 20px solid transparent;
}

[dir="rtl"] .comment__content:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 20px solid #d3d7d9;
}

.comment__content:after {
    content: '';
    position: absolute;
    right: 100%;
    /* LTR */
    top: 20px;
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
    /* LTR */
    border-bottom: 20px solid transparent;
    margin-right: -1px;
    /* LTR */
}

[dir="rtl"] .comment__content:after {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 20px solid #fff;
    margin-right: 0;
    margin-left: -1px;
}

.comment__content h3 {
    margin-top: 0.94em;
    margin-bottom: 0.45em;
    font-size: 1.171em;
}

.comment__content nav {
    padding-top: 1px;
}

.indented {
    margin-left: 40px;
    /* LTR */
}

[dir="rtl"] .indented {
    margin-right: 40px;
    margin-left: 0;
}

.comment .links {
    padding: 0 0 0.25em 0;
}

.comment .links li {
    padding: 0 0.5em 0 0;
    /* LTR */
    font-size: 1.08em;
}

[dir="rtl"] .comment .links li {
    padding: 0 0 0 0.5em;
}

.comment--unpublished {
    margin-right: 5px;
    /* LTR */
    padding: 5px 2px 5px 5px;
    /* LTR */
    background: #fff4f4;
}

[dir="rtl"] .comment--unpublished {
    margin-left: 5px;
    margin-right: 0;
    padding: 5px 5px 5px 2px;
}


/**
 * @todo: unpublished nodes have class .node--unpublished.
 * change this to .comment--unpublished.
 */

.unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

.unpublished {
    padding: 20px 15px 0;
}

.comment-footer {
    display: table-row;
}

.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
    border-right-color: #fff4f4;
    /* LTR */
}

[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
    border-left-color: #fff4f4;
}

.mailchimp-signup-subscribe-form {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
}

.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
    padding-right: 60px;
}

@media (max-width: 550px) {
    .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
        padding-right: 0;
    }
}

.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields label {
    display: none;
}

.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input {
    width: 100%;
    border: none;
    padding: 5px 10px;
    line-height: 55px;
}

.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input[type*='email'] {
    background: #f0f0f0;
}

.mailchimp-signup-subscribe-form .form-actions {
    position: absolute;
    width: 60px;
    top: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    background: #e74d57;
    color: #fff;
}

.mailchimp-signup-subscribe-form .form-actions:before {
    content: "\f0e0";
    font-weight: 900;
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mailchimp-signup-subscribe-form .form-actions input[type*='submit'] {
    line-height: 65px;
    font-size: 0;
    border-radius: 0;
    padding: 0;
}

form summary {
    background: #e74d57;
    color: #fff;
    padding: 4px 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

form summary a {
    color: #fff !important;
}

form summary a:hover,
form summary a:focus {
    color: #fff !important;
}

form .form-item label {
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
    margin-top: 6px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user-login-form .form-item,
.user-register-form .form-item,
.user-form .form-item,
.user-pass .form-item {
    margin-bottom: 15px;
}

#user-login-form .form-item input[type="text"],
#user-login-form .form-item input[type="tel"],
#user-login-form .form-item input[type="password"],
#user-login-form .form-item input[type="email"],
.user-register-form .form-item input[type="text"],
.user-register-form .form-item input[type="tel"],
.user-register-form .form-item input[type="password"],
.user-register-form .form-item input[type="email"],
.user-pass .form-item input[type="text"],
.user-pass .form-item input[type="tel"],
.user-pass .form-item input[type="password"],
.user-pass .form-item input[type="email"] {
    width: 100%;
}

#user-login-form ul,
.user-register-form ul,
.user-pass ul {
    width: 100%;
    padding: 10px 0 30px;
}

#user-login-form ul>li,
.user-register-form ul>li,
.user-pass ul>li {
    width: 49%;
    float: left;
    text-align: center;
}

#user-login-form ul>li:first-child,
.user-register-form ul>li:first-child,
.user-pass ul>li:first-child {
    margin-right: 2%;
}

#user-login-form ul>li a,
.user-register-form ul>li a,
.user-pass ul>li a {
    width: 100%;
    display: inline-block;
    float: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 5px;
}

#user-login ul {
    margin: 0 0 5px;
}

#user-login ul li {
    margin: 0;
}

#user-login li.openid-link {
    background: none;
}

#search-form .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#search-form .panel-default>.panel-heading {
    border-bottom: none;
}

.hide-label label {
    background: none;
    clip: rect(1px);
}

.exposed-filters .form-item {
    margin-bottom: 10px;
    margin-top: 0;
}

#article-admin-filter ul {
    padding: .5em 0;
}

#article-admin-filter ul li {
    list-style: none;
}

#edit-operation-wrapper select {
    margin: .5em;
}

div.resizable-textarea textarea {
    margin-top: 0;
    border: 1px solid #dee2e6;
}

.search-advanced .criterion {
    float: none;
    margin: 0 5px;
}

#edit-keywords-fieldset .form-item:first-child {
    margin-top: 5px;
}

#user-admin-filter ul li {
    list-style: none;
}

.field-type-text-long fieldset {
    padding: 10px 0;
    border: #dee2e6;
}

.field-type-text-long fieldset .form-item {
    margin: 0;
    padding: 0 0 0 15px;
}

#comment-form label {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

#contact-site-form .form-checkbox {
    margin-left: 0;
}

#comment-form-wrapper .form-item label {
    min-width: 120px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.contact-message-form {
    margin: 0 auto;
}

.contact-message-form div[id*="edit-name"],
.contact-message-form div[id*="edit-mail"],
.contact-message-form .js-form-item-mail {
    height: 45px;
    line-height: 45px;
    padding: 5px;
    border-bottom: 2px solid #CCCCCC;
}

.contact-message-form .form-item {
    margin-bottom: 30px;
    color: #747b86;
}

.contact-message-form .form-item label {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
}

.contact-message-form .form-item #edit-copy {
    float: left;
    margin-right: 5px;
}

.contact-message-form .form-item input[type='text'],
.contact-message-form .form-item input[type='email'],
.contact-message-form .form-item textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #CCCCCC;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    height: 45px;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 5px;
}

.contact-message-form .form-item input[type='text']::-webkit-input-placeholder,
.contact-message-form .form-item input[type='email']::-webkit-input-placeholder,
.contact-message-form .form-item textarea::-webkit-input-placeholder {
    color: #747b86;
    text-transform: capitalize;
}

.contact-message-form .form-item input[type='text']:-moz-placeholder,
.contact-message-form .form-item input[type='email']:-moz-placeholder,
.contact-message-form .form-item textarea:-moz-placeholder {
    color: #747b86;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.contact-message-form .form-item input[type='text']::-moz-placeholder,
.contact-message-form .form-item input[type='email']::-moz-placeholder,
.contact-message-form .form-item textarea::-moz-placeholder {
    color: #747b86;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.contact-message-form .form-item input[type='text']:-ms-input-placeholder,
.contact-message-form .form-item input[type='email']:-ms-input-placeholder,
.contact-message-form .form-item textarea:-ms-input-placeholder {
    color: #747b86;
    text-transform: capitalize;
}

.contact-message-form .form-item textarea {
    height: 200px;
    padding-top: 15px;
}

@media (max-width: 767.98px) {
    .contact-message-form .form-item textarea {
        height: 120px;
    }
}

.contact-message-form .form-item-copy {
    margin-bottom: 10px !important;
}

.contact-message-form #edit-actions {
    width: 100%;
    text-align: center;
}

.contact-message-form #edit-actions:before,
.contact-message-form #edit-actions:after {
    content: " ";
    display: table;
}

.contact-message-form #edit-actions:after {
    clear: both;
}

.contact-message-form #edit-preview {
    display: none;
}

.text-light .contact-message-form #edit-name,
.text-light .contact-message-form #edit-mail,
.text-light .contact-message-form input[type='text'],
.text-light .contact-message-form input[type='email'],
.text-light .contact-message-form textarea {
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.text-light .contact-message-form #edit-name::-webkit-input-placeholder,
.text-light .contact-message-form #edit-mail::-webkit-input-placeholder,
.text-light .contact-message-form input[type='text']::-webkit-input-placeholder,
.text-light .contact-message-form input[type='email']::-webkit-input-placeholder,
.text-light .contact-message-form textarea::-webkit-input-placeholder {
    color: #fff;
    text-transform: capitalize;
}

.text-light .contact-message-form #edit-name:-moz-placeholder,
.text-light .contact-message-form #edit-mail:-moz-placeholder,
.text-light .contact-message-form input[type='text']:-moz-placeholder,
.text-light .contact-message-form input[type='email']:-moz-placeholder,
.text-light .contact-message-form textarea:-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.text-light .contact-message-form #edit-name::-moz-placeholder,
.text-light .contact-message-form #edit-mail::-moz-placeholder,
.text-light .contact-message-form input[type='text']::-moz-placeholder,
.text-light .contact-message-form input[type='email']::-moz-placeholder,
.text-light .contact-message-form textarea::-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.text-light .contact-message-form #edit-name:-ms-input-placeholder,
.text-light .contact-message-form #edit-mail:-ms-input-placeholder,
.text-light .contact-message-form input[type='text']:-ms-input-placeholder,
.text-light .contact-message-form input[type='email']:-ms-input-placeholder,
.text-light .contact-message-form textarea:-ms-input-placeholder {
    color: #fff;
    text-transform: capitalize;
}

.webform-submission-form {
    max-width: 670px;
}

.webform-submission-form .form-item {
    margin-bottom: 20px;
    position: relative;
}

.webform-submission-form .form-item:before,
.webform-submission-form .form-item:after {
    content: " ";
    display: table;
}

.webform-submission-form .form-item:after {
    clear: both;
}

.webform-submission-form .form-item label {
    font-size: 14px;
    font-weight: 600;
    color: #18212e;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.webform-submission-form .form-item input,
.webform-submission-form .form-item textarea,
.webform-submission-form .form-item select {
    width: 100%;
    background: none;
    border: none;
    font-size: 14px;
    padding-left: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background: #F3F5FA;
    font-weight: 500;
}

.webform-submission-form .form-item input::-webkit-input-placeholder,
.webform-submission-form .form-item textarea::-webkit-input-placeholder,
.webform-submission-form .form-item select::-webkit-input-placeholder {
    color: #747b86;
    text-transform: capitalize;
}

.webform-submission-form .form-item input:-moz-placeholder,
.webform-submission-form .form-item textarea:-moz-placeholder,
.webform-submission-form .form-item select:-moz-placeholder {
    color: #747b86;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.webform-submission-form .form-item input::-moz-placeholder,
.webform-submission-form .form-item textarea::-moz-placeholder,
.webform-submission-form .form-item select::-moz-placeholder {
    color: #747b86;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.webform-submission-form .form-item input:-ms-input-placeholder,
.webform-submission-form .form-item textarea:-ms-input-placeholder,
.webform-submission-form .form-item select:-ms-input-placeholder {
    color: #747b86;
    text-transform: capitalize;
}

.webform-submission-form .form-item input:focus,
.webform-submission-form .form-item textarea:focus,
.webform-submission-form .form-item select:focus {
    border-color: #e74d57;
}

.webform-submission-form .form-item input,
.webform-submission-form .form-item select {
    line-height: 50px;
}

.webform-submission-form .form-item input {
    padding: 5px 15px;
}

.webform-submission-form .form-item select {
    height: 60px;
}

.webform-submission-form .form-item textarea {
    resize: none;
}

.webform-submission-form .form-actions {
    padding: 0 15px;
    text-align: center;
    width: 100%;
    float: left;
    text-align: left;
}

.text-light .webform-submission-form .form-item input,
.text-light .webform-submission-form .form-item textarea,
.text-light .webform-submission-form .form-item select {
    background: rgba(0, 0, 0, 0.1);
    border: none;
    color: rgba(255, 255, 255, 0.8);
}

.text-light .webform-submission-form .form-item input::-webkit-input-placeholder,
.text-light .webform-submission-form .form-item textarea::-webkit-input-placeholder,
.text-light .webform-submission-form .form-item select::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
}

.text-light .webform-submission-form .form-item input:-moz-placeholder,
.text-light .webform-submission-form .form-item textarea:-moz-placeholder,
.text-light .webform-submission-form .form-item select:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.text-light .webform-submission-form .form-item input::-moz-placeholder,
.text-light .webform-submission-form .form-item textarea::-moz-placeholder,
.text-light .webform-submission-form .form-item select::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.text-light .webform-submission-form .form-item input:-ms-input-placeholder,
.text-light .webform-submission-form .form-item textarea:-ms-input-placeholder,
.text-light .webform-submission-form .form-item select:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
}

.text-light .webform-submission-form select option {
    color: #000;
    background: #fff;
}

.text-light .webform-submission-form .form-actions input.form-submit {
    border-color: #fff;
    color: #fff;
    background: #fff;
    color: #000;
}

.text-light .webform-submission-form .form-actions input.form-submit:hover {
    background: rgba(255, 255, 255, 0.8);
}

.text-light .webform-submission-form label {
    color: #fff;
}

.webform-fullwidth .form-item {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.webform-fullwidth .form-actions {
    padding: 0;
}

.webform-fullwidth.no-label label {
    display: none;
}

#forum {
    width: 100%;
    position: relative;
    right: -1px;
}

#forum .name {
    font-weight: bold;
    font-size: 16px;
}

#forum table {
    width: 100%;
}

#forum tr.odd {
    background: #F3F5FA;
}

#forum tr.even td {
    border-bottom: 1px solid #dee2e6;
}

#forum tr td.container {
    padding: 1em;
}

#forum tr.new-topics td.forum .name {
    background-image: url(../images/forum-default.png);
}

#forum thead th {
    background: #F3F5FA;
    border-left: 1px solid #dee2e6;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
}

#forum td {
    border: 1px solid #dee2e6;
    padding: 1em;
}

#forum td a:hover {
    text-decoration: none;
}

#forum td.topics {
    font-weight: bold;
    text-align: center;
    width: 9%;
}

#forum td.posts {
    text-align: center;
    width: 9%;
}

#forum td.replies {
    text-align: center;
}

#forum td.forum {
    padding: 0 1em;
    width: 44%;
    padding-top: 12px;
}

#forum td.forum .name {
    background-position: left 5px;
    background-repeat: no-repeat;
    line-height: 20px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
}

#forum td.forum .description {
    font-size: 14px;
    padding-left: 30px;
}

#forum td.title .submitted {
    font-size: 14px;
}

#forum td.icon {
    width: 5%;
}

#forum .icon div {
    background-image: url(../images/forum-icons.png);
    background-repeat: no-repeat;
    height: 24px;
    margin: 0 auto;
    width: 24px;
}

#forum .icon .topic-status-new {
    background-position: -24px 0;
}

#forum .icon .topic-status-hot {
    background-position: -48px 0;
}

#forum .icon .topic-status-hot-new {
    background-position: -72px 0;
}

#forum .icon .topic-status-sticky {
    background-position: -96px 0;
}

#forum .icon .topic-status-closed {
    background-position: -120px 0;
}

.page-forum #page-title {
    margin-bottom: 10px;
}

.page-forum ul.action-links {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.page-forum ul.action-links li {
    margin-left: 0;
}

.page-forum ul.action-links li a {
    line-height: 0;
    display: inline-block;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.block {
    background: transparent;
    margin-bottom: 30px;
}

.block .block {
    margin-bottom: 0 !important;
}

.block .block-title {
    background: none;
    margin: 0 0 20px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -0.8px;
    position: relative;
    color: #18212e;
    z-index: 9;
    text-align: left;
}

@media (max-width: 991.98px) {
    .block .block-title {
        font-size: 16px;
    }
}

.block.block-system-main-block {
    margin-bottom: 0;
}

.block.block-system-breadcrumb-block {
    overflow: visible;
    margin-bottom: 20px;
}

.gavias-pagebuilder .block.block-system-breadcrumb-block {
    margin-bottom: 0;
}

.block.block-none,
.block.no-padding {
    background: none !important;
    padding: 0 !important;
}

.block.block-none .block-content,
.block.no-padding .block-content {
    padding: 0 !important;
}

.block.no-title {
    margin-top: 0;
    border: none;
}

.block.no-title:before {
    content: none;
}

.block.style-higlight {
    background: #34495E;
    padding-left: 20px;
    padding-right: 20px;
}

.block.style-higlight .block-title {
    border: none;
}

.block.style-higlight .block-title span:before {
    content: none;
}

.block.style-higlight .block-title h2 {
    margin: 0;
    padding: 0;
    border: none;
}

.block.style-higlight .block-title h2 span {
    padding: 10px;
    background: #4E6984;
    color: #fff;
}

.block.style-higlight .post-title a {
    color: #fff;
}

.block#block-system-main {
    padding-top: 10px;
}

.block.block-local-tasks-block {
    margin-bottom: 0;
}

.block.no-title {
    border: none;
}

.block.no-title>.block-title,
.block.no-title>div>.block-title {
    padding: 0;
    margin: 0;
    border: none;
}

.block.no-title>.block-title:before,
.block.no-title>div>.block-title:before {
    content: none;
}

.block-v2 {
    background: #e74d57 !important;
}

.block-v3 {
    padding: 0 !important;
    border: none !important;
}

.block.site-branding {
    margin-bottom: 0;
}

.block-local-tasks-block {
    position: relative;
    z-index: 99;
}

.drupal-tabs {
    border-bottom: 1px solid #dee2e6;
}

.drupal-tabs:before,
.drupal-tabs:after {
    content: " ";
    display: table;
}

.drupal-tabs:after {
    clear: both;
}

.drupal-tabs a {
    font-size: 12px;
}

.drupal-tabs .is-active a {
    color: #e74d57;
}

.help {
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
}

.help .drupal-tabs {
    padding: 10px 0 10px;
    margin-bottom: 20px;
}

.help .messages__wrapper {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #F3F5FA;
    margin-bottom: 20px;
}

.help .messages__wrapper .messages {
    margin: 5px 10px !important;
    font-weight: 500;
    color: #000;
}

.text-light .title {
    color: #fff !important;
}

.region-main-menu .block {
    background: transparent;
}

.region-main-menu .block .block-content {
    padding: 0;
}

.sidebar .block {
    padding: 40px;
    border: 1px solid #e8e8e8;
}

.sidebar .block:before,
.sidebar .block:after {
    content: " ";
    display: table;
}

.sidebar .block:after {
    clear: both;
}

.sidebar .block-v2 {
    background: #e74d57;
    border: none;
}

.sidebar .block-v2:before,
.sidebar .block-v2:after {
    content: " ";
    display: table;
}

.sidebar .block-v2:after {
    clear: both;
}

.sidebar .block-v2 .block-title {
    color: #fff;
}

.sidebar .block-v2 .block-content {
    color: #fff;
}

.sidebar .block-v2 .block-content a {
    color: #fff;
}

.sidebar .block-v2 .block-content a:after {
    color: #fff;
}

.sidebar .block-menu:before,
.sidebar .block-menu:after,
.sidebar .category-list:before,
.sidebar .category-list:after {
    content: " ";
    display: table;
}

.sidebar .block-menu:after,
.sidebar .category-list:after {
    clear: both;
}

.sidebar .block-menu ul,
.sidebar .category-list ul {
    padding-left: 0 !important;
}

.sidebar .block-menu ul li,
.sidebar .category-list ul li {
    margin: 0 0 10px !important;
    padding: 0 !important;
    border: none !important;
    float: left;
    width: 100%;
    list-style-type: none;
}

.sidebar .block-menu ul li a,
.sidebar .category-list ul li a {
    padding: 5px 0;
    display: block;
    font-size: 16px;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: relative;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    border: none;
    color: #747b86;
    background: transparent;
}

.sidebar .block-menu ul li a:after,
.sidebar .category-list ul li a:after {
    content: '\f105';
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "FontAwesome";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    left: auto;
    z-index: 1;
    font-weight: 900;
    font-size: 12px;
    opacity: 1;
}

.sidebar .block-menu ul li a:hover,
.sidebar .block-menu ul li a:focus,
.sidebar .block-menu ul li a:active,
.sidebar .category-list ul li a:hover,
.sidebar .category-list ul li a:focus,
.sidebar .category-list ul li a:active {
    color: #e74d57;
    background: #f0f0f0;
    padding-left: 15px;
}

.sidebar .block-menu ul li a:hover:after,
.sidebar .block-menu ul li a:focus:after,
.sidebar .block-menu ul li a:active:after,
.sidebar .category-list ul li a:hover:after,
.sidebar .category-list ul li a:focus:after,
.sidebar .category-list ul li a:active:after {
    color: #e74d57;
}

.sidebar .block-menu ul li.menu-item--active-trail>a,
.sidebar .category-list ul li.menu-item--active-trail>a {
    color: #e74d57;
    background: #f0f0f0;
    padding-left: 15px;
}

.sidebar .block-menu ul li.menu-item--active-trail>a:after,
.sidebar .category-list ul li.menu-item--active-trail>a:after {
    color: #e74d57;
}

.recent-comment-block .views-field-picture {
    margin-right: 10px;
}

.recent-comment-block .views-field-title {
    margin-top: -4px;
}

.recent-comment-block .views-field-title a {
    font-weight: 700;
    text-transform: uppercase;
}

.recent-comment-block .views-field-name {
    color: #a4a4a4;
}

.recent-comment-block .views-field-name a {
    color: #a4a4a4;
}

.list-tags .view-list ul>li {
    float: left;
    border: 1px solid #dee2e6;
    display: inline-block;
    width: auto !important;
    padding: 0 !important;
    margin: 0 10px 10px 0 !important;
}

.list-tags .view-list ul>li a {
    padding: 6px 10px;
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-size: 14px;
}

.list-tags .view-list ul>li:hover {
    background: #e74d57;
}

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

nav.breadcrumb {
    margin-bottom: 0 !important;
    background: none;
    color: #999999;
}

nav.breadcrumb ol {
    list-style: none;
    margin-bottom: 0 !important;
    padding: 0;
}

nav.breadcrumb ol:before,
nav.breadcrumb ol:after {
    content: " ";
    display: table;
}

nav.breadcrumb ol:after {
    clear: both;
}

nav.breadcrumb ol>li {
    float: left;
}

nav.breadcrumb ol>li a:hover {
    color: #e74d57;
}

nav.breadcrumb ol>li span {
    padding: 0 10px 0px 0px;
}

.contact-info ul,
.contact-info-2 ul,
.contact-info-3 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-info ul li,
.contact-info-2 ul li,
.contact-info-3 ul li {
    margin-bottom: 20px;
}

.contact-info ul li .icon,
.contact-info-2 ul li .icon,
.contact-info-3 ul li .icon {
    color: #fff;
    width: 22px;
    float: left;
    display: block;
    margin-top: 1px;
}

.contact-info ul li .icon i,
.contact-info-2 ul li .icon i,
.contact-info-3 ul li .icon i {
    font-size: 14px;
}

.contact-info ul li .text,
.contact-info-2 ul li .text,
.contact-info-3 ul li .text {
    padding-left: 28px;
    display: block;
}

.contact-info {
    padding-top: 6px;
}

ul.contact-info-2 {
    padding: 0;
    list-style-type: none;
}

ul.contact-info-2 .label {
    font-size: 20px;
    color: #747b86;
}

ul.contact-info-2 .text {
    font-size: 26px;
    font-weight: 500;
    color: #e74d57;
    line-height: 30px;
}

ul.contact-info-2 .icon {
    color: #000;
}

.contact-info-3 .icon {
    color: #000 !important;
    margin-right: 3px;
}

.social-icon a {
    background: none;
    width: auto;
    height: auto;
    line-height: 1;
    margin-right: 20px;
    font-size: 16px;
}

.box-search-team {
    padding: 30px;
    background: #e74d57;
    text-align: center;
    color: #fff;
    min-height: 330px;
}

@media (max-width: 991.98px) {
    .box-search-team {
        min-height: 260px;
    }
}

@media (max-width: 767.98px) {
    .box-search-team {
        width: 350px;
        margin: 0 auto;
    }
}

.box-search-team .icon {
    font-size: 46px;
    line-height: 1.2;
}

.box-search-team .text {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
    line-height: 32px;
}

.box-search-team .link {
    margin-top: 15px;
}

.box-search-team .link a {
    color: #fff;
}

.box-search-team .link a:after {
    color: #fff;
}

.box-search-team .link a:hover {
    color: #ffec4e;
}

.box-search-team .link a:hover:after {
    color: #ffec4e;
}

ul.list-1 {
    padding: 30px;
    background: #F3F1EE;
    margin: 0;
    list-style-type: none;
}

@media (max-width: 991.98px) {
    ul.list-1 {
        margin-bottom: 30px;
    }
}

ul.list-1 li {
    background: #fff;
    line-height: 60px;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    position: relative;
}

ul.list-1 li:after {
    content: '\f054';
    font-family: "FontAwesome";
    width: 30px;
    height: 30px;
    background: #F3F5FA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
    z-index: 11;
    font-weight: 900;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

ul.list-1 li a {
    padding: 0 50px 0 30px;
    display: block;
    color: #747b86;
}

ul.list-1 li:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    color: #000;
}

ul.list-1 li:hover:after {
    background: #ffec4e;
    color: #fff;
}

ul.list-1 li:hover a {
    color: #000;
}

ul.list-2 {
    padding: 0;
}

ul.list-2>li {
    list-style: none;
    background: #fff;
    padding: 25px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

ul.list-2>li .number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e74d57;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-right: 12px;
}

ul.list-2>li:nth-child(odd) {
    background: #F3F5FA;
}

ul.list-3 {
    padding: 0;
}

ul.list-3>li {
    list-style: none;
    padding: 30px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    color: #fff;
}

ul.list-3>li .fa,
ul.list-3>li .fas {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #18212e;
    background: #ffec4e;
    margin-right: 20px;
    float: left;
}

ul.list-3>li:nth-child(odd) {
    background: rgba(24, 33, 46, 0.1);
}

.poll .poll-item {
    margin-top: 20px;
}

.poll .poll-item .heading {
    position: relative;
}

.poll .poll-item .heading .text {
    font-weight: 700;
    color: #333333;
    padding-right: 40px;
}

.poll .poll-item .heading .percent {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    font-weight: 700;
}

.poll .poll-item .bar .foreground {
    background: #e74d57;
}

.poll .total {
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.poll .choices .form-item.form-item-choice input.form-radio {
    margin: 0 !important;
}

.poll .choices .form-item.form-item-choice label {
    vertical-align: text-top;
    margin-left: 5px;
}

.block-poll ul.links {
    text-align: center;
    overflow: hidden;
    padding: 15px 0 0;
}

.block-poll ul.links li {
    display: inline-block;
    margin-right: 20px;
}

.block-poll ul.links li a {
    padding-right: 10px;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.block-poll ul.links li a:after {
    content: "\f105";
    position: absolute;
    top: -1px;
    right: 0;
    font-family: "FontAwesome";
}

.block-poll ul.links li a:hover {
    padding-right: 15px;
}

.block-poll ul.links li:last-child {
    margin: 0;
}


/* perfect-scrollbar v0.6.7 */

.ps-container {
    -ms-touch-action: none;
    overflow: hidden !important;
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 4px;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 5px;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999;
}

.uk-slideset-init {
    position: relative;
}

.uk-slideset-init ul {
    list-style-type: none;
    padding: 0;
}

.uk-slideset-init .uk-slideset-nav {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
}

@media (max-width: 575.98px) {
    .uk-slideset-init .uk-slideset-nav {
        width: 100%;
    }
}

.uk-slideset-init .uk-slideset-nav li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
}

@media (max-width: 575.98px) {
    .uk-slideset-init .uk-slideset-nav li {
        float: none;
        display: inline-block;
    }
}

.uk-slideset-init .uk-slideset-nav li a {
    width: 22px;
    height: 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    border: 2px solid #e74d57;
}

.uk-slideset-init .uk-slideset-nav li a:hover {
    cursor: pointer;
}

.uk-slideset-init .uk-slideset-nav li.uk-active a {
    background: #e74d57;
}

.uk-slideset-init.nav-slideset-top .uk-slideset-nav {
    top: -30px;
}

.uk-slideset-init.nav-slideset-bottom .uk-slideset-nav {
    bottom: -30px;
    top: auto;
    left: 0;
    text-align: center;
}

.uk-slideset-init.nav-slideset-bottom .uk-slideset-nav li {
    display: inline-block;
    float: none;
}

.text-light .uk-slideset-init .uk-slideset-nav li a {
    border-color: #fff;
}

.text-light .uk-slideset-init .uk-slideset-nav li.uk-active a {
    background: #fff;
}


/* #Block grid
--------------------------------------------------------------- */

.item-columns {
    padding: 0 15px;
}

[class*="block-grid-"] {
    display: block;
    margin: 0 -10px;
    padding: 0;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    display: table;
    content: " ";
}

[class*="block-grid-"]:after {
    clear: both;
}

[class*="block-grid-"]>div {
    display: block;
    float: left;
    height: auto;
    padding: 0 10px;
    width: 100%;
}

[class*="block-grid-"]>div:after {
    display: block;
}

@media (min-width: 640px) {
    .xs-block-grid-1>div {
        width: 100%;
    }
    .xs-block-grid-1>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-1>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-1>div:nth-of-type(1n+1) {
        clear: both;
    }
    .xs-block-grid-1>div:nth-of-type(1n+1):after {
        display: none;
    }
    .xs-block-grid-1>div:nth-last-child(-n+1):before {
        content: none;
    }
    .xs-block-grid-2>div {
        width: 50%;
    }
    .xs-block-grid-2>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-2>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-2>div:nth-of-type(2n+1) {
        clear: both;
    }
    .xs-block-grid-2>div:nth-of-type(2n+1):after {
        display: none;
    }
    .xs-block-grid-2>div:nth-last-child(-n+2):before {
        content: none;
    }
    .xs-block-grid-3>div {
        width: 33.33333%;
    }
    .xs-block-grid-3>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-3>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-3>div:nth-of-type(3n+1) {
        clear: both;
    }
    .xs-block-grid-3>div:nth-of-type(3n+1):after {
        display: none;
    }
    .xs-block-grid-3>div:nth-last-child(-n+3):before {
        content: none;
    }
    .xs-block-grid-4>div {
        width: 25%;
    }
    .xs-block-grid-4>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-4>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-4>div:nth-of-type(4n+1) {
        clear: both;
    }
    .xs-block-grid-4>div:nth-of-type(4n+1):after {
        display: none;
    }
    .xs-block-grid-4>div:nth-last-child(-n+4):before {
        content: none;
    }
    .xs-block-grid-5>div {
        width: 20%;
    }
    .xs-block-grid-5>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-5>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-5>div:nth-of-type(5n+1) {
        clear: both;
    }
    .xs-block-grid-5>div:nth-of-type(5n+1):after {
        display: none;
    }
    .xs-block-grid-5>div:nth-last-child(-n+5):before {
        content: none;
    }
    .xs-block-grid-6>div {
        width: 16.66667%;
    }
    .xs-block-grid-6>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-6>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-6>div:nth-of-type(6n+1) {
        clear: both;
    }
    .xs-block-grid-6>div:nth-of-type(6n+1):after {
        display: none;
    }
    .xs-block-grid-6>div:nth-last-child(-n+6):before {
        content: none;
    }
    .xs-block-grid-7>div {
        width: 14.28571%;
    }
    .xs-block-grid-7>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-7>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-7>div:nth-of-type(7n+1) {
        clear: both;
    }
    .xs-block-grid-7>div:nth-of-type(7n+1):after {
        display: none;
    }
    .xs-block-grid-7>div:nth-last-child(-n+7):before {
        content: none;
    }
    .xs-block-grid-8>div {
        width: 12.5%;
    }
    .xs-block-grid-8>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-8>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-8>div:nth-of-type(8n+1) {
        clear: both;
    }
    .xs-block-grid-8>div:nth-of-type(8n+1):after {
        display: none;
    }
    .xs-block-grid-8>div:nth-last-child(-n+8):before {
        content: none;
    }
    .xs-block-grid-9>div {
        width: 11.11111%;
    }
    .xs-block-grid-9>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-9>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-9>div:nth-of-type(9n+1) {
        clear: both;
    }
    .xs-block-grid-9>div:nth-of-type(9n+1):after {
        display: none;
    }
    .xs-block-grid-9>div:nth-last-child(-n+9):before {
        content: none;
    }
    .xs-block-grid-10>div {
        width: 10%;
    }
    .xs-block-grid-10>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-10>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-10>div:nth-of-type(10n+1) {
        clear: both;
    }
    .xs-block-grid-10>div:nth-of-type(10n+1):after {
        display: none;
    }
    .xs-block-grid-10>div:nth-last-child(-n+10):before {
        content: none;
    }
    .xs-block-grid-11>div {
        width: 9.09091%;
    }
    .xs-block-grid-11>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-11>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-11>div:nth-of-type(11n+1) {
        clear: both;
    }
    .xs-block-grid-11>div:nth-of-type(11n+1):after {
        display: none;
    }
    .xs-block-grid-11>div:nth-last-child(-n+11):before {
        content: none;
    }
    .xs-block-grid-12>div {
        width: 8.33333%;
    }
    .xs-block-grid-12>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-12>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-12>div:nth-of-type(12n+1) {
        clear: both;
    }
    .xs-block-grid-12>div:nth-of-type(12n+1):after {
        display: none;
    }
    .xs-block-grid-12>div:nth-last-child(-n+12):before {
        content: none;
    }
}

@media (min-width: 768px) {
    .sm-block-grid-1>div {
        width: 100%;
    }
    .sm-block-grid-1>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-1>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-1>div:nth-of-type(1n+1) {
        clear: both;
    }
    .sm-block-grid-1>div:nth-of-type(1n+1):after {
        display: none;
    }
    .sm-block-grid-1>div:nth-last-child(-n+1):before {
        content: none;
    }
    .sm-block-grid-2>div {
        width: 50%;
    }
    .sm-block-grid-2>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-2>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-2>div:nth-of-type(2n+1) {
        clear: both;
    }
    .sm-block-grid-2>div:nth-of-type(2n+1):after {
        display: none;
    }
    .sm-block-grid-2>div:nth-last-child(-n+2):before {
        content: none;
    }
    .sm-block-grid-3>div {
        width: 33.33333%;
    }
    .sm-block-grid-3>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-3>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-3>div:nth-of-type(3n+1) {
        clear: both;
    }
    .sm-block-grid-3>div:nth-of-type(3n+1):after {
        display: none;
    }
    .sm-block-grid-3>div:nth-last-child(-n+3):before {
        content: none;
    }
    .sm-block-grid-4>div {
        width: 25%;
    }
    .sm-block-grid-4>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-4>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-4>div:nth-of-type(4n+1) {
        clear: both;
    }
    .sm-block-grid-4>div:nth-of-type(4n+1):after {
        display: none;
    }
    .sm-block-grid-4>div:nth-last-child(-n+4):before {
        content: none;
    }
    .sm-block-grid-5>div {
        width: 20%;
    }
    .sm-block-grid-5>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-5>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-5>div:nth-of-type(5n+1) {
        clear: both;
    }
    .sm-block-grid-5>div:nth-of-type(5n+1):after {
        display: none;
    }
    .sm-block-grid-5>div:nth-last-child(-n+5):before {
        content: none;
    }
    .sm-block-grid-6>div {
        width: 16.66667%;
    }
    .sm-block-grid-6>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-6>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-6>div:nth-of-type(6n+1) {
        clear: both;
    }
    .sm-block-grid-6>div:nth-of-type(6n+1):after {
        display: none;
    }
    .sm-block-grid-6>div:nth-last-child(-n+6):before {
        content: none;
    }
    .sm-block-grid-7>div {
        width: 14.28571%;
    }
    .sm-block-grid-7>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-7>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-7>div:nth-of-type(7n+1) {
        clear: both;
    }
    .sm-block-grid-7>div:nth-of-type(7n+1):after {
        display: none;
    }
    .sm-block-grid-7>div:nth-last-child(-n+7):before {
        content: none;
    }
    .sm-block-grid-8>div {
        width: 12.5%;
    }
    .sm-block-grid-8>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-8>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-8>div:nth-of-type(8n+1) {
        clear: both;
    }
    .sm-block-grid-8>div:nth-of-type(8n+1):after {
        display: none;
    }
    .sm-block-grid-8>div:nth-last-child(-n+8):before {
        content: none;
    }
    .sm-block-grid-9>div {
        width: 11.11111%;
    }
    .sm-block-grid-9>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-9>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-9>div:nth-of-type(9n+1) {
        clear: both;
    }
    .sm-block-grid-9>div:nth-of-type(9n+1):after {
        display: none;
    }
    .sm-block-grid-9>div:nth-last-child(-n+9):before {
        content: none;
    }
    .sm-block-grid-10>div {
        width: 10%;
    }
    .sm-block-grid-10>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-10>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-10>div:nth-of-type(10n+1) {
        clear: both;
    }
    .sm-block-grid-10>div:nth-of-type(10n+1):after {
        display: none;
    }
    .sm-block-grid-10>div:nth-last-child(-n+10):before {
        content: none;
    }
    .sm-block-grid-11>div {
        width: 9.09091%;
    }
    .sm-block-grid-11>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-11>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-11>div:nth-of-type(11n+1) {
        clear: both;
    }
    .sm-block-grid-11>div:nth-of-type(11n+1):after {
        display: none;
    }
    .sm-block-grid-11>div:nth-last-child(-n+11):before {
        content: none;
    }
    .sm-block-grid-12>div {
        width: 8.33333%;
    }
    .sm-block-grid-12>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-12>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-12>div:nth-of-type(12n+1) {
        clear: both;
    }
    .sm-block-grid-12>div:nth-of-type(12n+1):after {
        display: none;
    }
    .sm-block-grid-12>div:nth-last-child(-n+12):before {
        content: none;
    }
}


/* Medium */

@media (min-width: 992px) {
    [class*="block-grid-"] {
        margin: 0 -10px;
    }
    [class*="block-grid-"]>div {
        padding: 0 10px;
    }
    .item-columns {
        padding: 0 10px;
    }
    .md-block-grid-1>div {
        width: 100%;
    }
    .md-block-grid-1>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-1>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-1>div:nth-of-type(1n+1) {
        clear: both;
    }
    .md-block-grid-1>div:nth-of-type(1n+1):after {
        display: none;
    }
    .md-block-grid-1>div:nth-last-child(-n+1):before {
        content: none;
    }
    .md-block-grid-2>div {
        width: 50%;
    }
    .md-block-grid-2>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-2>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-2>div:nth-of-type(2n+1) {
        clear: both;
    }
    .md-block-grid-2>div:nth-of-type(2n+1):after {
        display: none;
    }
    .md-block-grid-2>div:nth-last-child(-n+2):before {
        content: none;
    }
    .md-block-grid-3>div {
        width: 33.33333%;
    }
    .md-block-grid-3>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-3>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-3>div:nth-of-type(3n+1) {
        clear: both;
    }
    .md-block-grid-3>div:nth-of-type(3n+1):after {
        display: none;
    }
    .md-block-grid-3>div:nth-last-child(-n+3):before {
        content: none;
    }
    .md-block-grid-4>div {
        width: 25%;
    }
    .md-block-grid-4>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-4>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-4>div:nth-of-type(4n+1) {
        clear: both;
    }
    .md-block-grid-4>div:nth-of-type(4n+1):after {
        display: none;
    }
    .md-block-grid-4>div:nth-last-child(-n+4):before {
        content: none;
    }
    .md-block-grid-5>div {
        width: 20%;
    }
    .md-block-grid-5>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-5>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-5>div:nth-of-type(5n+1) {
        clear: both;
    }
    .md-block-grid-5>div:nth-of-type(5n+1):after {
        display: none;
    }
    .md-block-grid-5>div:nth-last-child(-n+5):before {
        content: none;
    }
    .md-block-grid-6>div {
        width: 16.66667%;
    }
    .md-block-grid-6>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-6>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-6>div:nth-of-type(6n+1) {
        clear: both;
    }
    .md-block-grid-6>div:nth-of-type(6n+1):after {
        display: none;
    }
    .md-block-grid-6>div:nth-last-child(-n+6):before {
        content: none;
    }
    .md-block-grid-7>div {
        width: 14.28571%;
    }
    .md-block-grid-7>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-7>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-7>div:nth-of-type(7n+1) {
        clear: both;
    }
    .md-block-grid-7>div:nth-of-type(7n+1):after {
        display: none;
    }
    .md-block-grid-7>div:nth-last-child(-n+7):before {
        content: none;
    }
    .md-block-grid-8>div {
        width: 12.5%;
    }
    .md-block-grid-8>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-8>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-8>div:nth-of-type(8n+1) {
        clear: both;
    }
    .md-block-grid-8>div:nth-of-type(8n+1):after {
        display: none;
    }
    .md-block-grid-8>div:nth-last-child(-n+8):before {
        content: none;
    }
    .md-block-grid-9>div {
        width: 11.11111%;
    }
    .md-block-grid-9>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-9>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-9>div:nth-of-type(9n+1) {
        clear: both;
    }
    .md-block-grid-9>div:nth-of-type(9n+1):after {
        display: none;
    }
    .md-block-grid-9>div:nth-last-child(-n+9):before {
        content: none;
    }
    .md-block-grid-10>div {
        width: 10%;
    }
    .md-block-grid-10>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-10>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-10>div:nth-of-type(10n+1) {
        clear: both;
    }
    .md-block-grid-10>div:nth-of-type(10n+1):after {
        display: none;
    }
    .md-block-grid-10>div:nth-last-child(-n+10):before {
        content: none;
    }
    .md-block-grid-11>div {
        width: 9.09091%;
    }
    .md-block-grid-11>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-11>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-11>div:nth-of-type(11n+1) {
        clear: both;
    }
    .md-block-grid-11>div:nth-of-type(11n+1):after {
        display: none;
    }
    .md-block-grid-11>div:nth-last-child(-n+11):before {
        content: none;
    }
    .md-block-grid-12>div {
        width: 8.33333%;
    }
    .md-block-grid-12>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-12>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-12>div:nth-of-type(12n+1) {
        clear: both;
    }
    .md-block-grid-12>div:nth-of-type(12n+1):after {
        display: none;
    }
    .md-block-grid-12>div:nth-last-child(-n+12):before {
        content: none;
    }
}


/* Large */

@media (min-width: 1200px) {
    [class*="block-grid-"] {
        margin: 0 -12px;
    }
    [class*="block-grid-"]>div {
        padding: 0 12px;
    }
    .item-columns {
        padding: 0 12px;
    }
    .lg-block-grid-1>div {
        width: 100%;
    }
    .lg-block-grid-1>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-1>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-1>div:nth-of-type(1n+1) {
        clear: both;
    }
    .lg-block-grid-1>div:nth-of-type(1n+1):after {
        display: none;
    }
    .lg-block-grid-1>div:nth-last-child(-n+1):before {
        content: none;
    }
    .lg-block-grid-2>div {
        width: 50%;
    }
    .lg-block-grid-2>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-2>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-2>div:nth-of-type(2n+1) {
        clear: both;
    }
    .lg-block-grid-2>div:nth-of-type(2n+1):after {
        display: none;
    }
    .lg-block-grid-2>div:nth-last-child(-n+2):before {
        content: none;
    }
    .lg-block-grid-3>div {
        width: 33.33333%;
    }
    .lg-block-grid-3>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-3>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-3>div:nth-of-type(3n+1) {
        clear: both;
    }
    .lg-block-grid-3>div:nth-of-type(3n+1):after {
        display: none;
    }
    .lg-block-grid-3>div:nth-last-child(-n+3):before {
        content: none;
    }
    .lg-block-grid-4>div {
        width: 25%;
    }
    .lg-block-grid-4>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-4>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-4>div:nth-of-type(4n+1) {
        clear: both;
    }
    .lg-block-grid-4>div:nth-of-type(4n+1):after {
        display: none;
    }
    .lg-block-grid-4>div:nth-last-child(-n+4):before {
        content: none;
    }
    .lg-block-grid-5>div {
        width: 20%;
    }
    .lg-block-grid-5>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-5>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-5>div:nth-of-type(5n+1) {
        clear: both;
    }
    .lg-block-grid-5>div:nth-of-type(5n+1):after {
        display: none;
    }
    .lg-block-grid-5>div:nth-last-child(-n+5):before {
        content: none;
    }
    .lg-block-grid-6>div {
        width: 16.66667%;
    }
    .lg-block-grid-6>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-6>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-6>div:nth-of-type(6n+1) {
        clear: both;
    }
    .lg-block-grid-6>div:nth-of-type(6n+1):after {
        display: none;
    }
    .lg-block-grid-6>div:nth-last-child(-n+6):before {
        content: none;
    }
    .lg-block-grid-7>div {
        width: 14.28571%;
    }
    .lg-block-grid-7>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-7>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-7>div:nth-of-type(7n+1) {
        clear: both;
    }
    .lg-block-grid-7>div:nth-of-type(7n+1):after {
        display: none;
    }
    .lg-block-grid-7>div:nth-last-child(-n+7):before {
        content: none;
    }
    .lg-block-grid-8>div {
        width: 12.5%;
    }
    .lg-block-grid-8>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-8>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-8>div:nth-of-type(8n+1) {
        clear: both;
    }
    .lg-block-grid-8>div:nth-of-type(8n+1):after {
        display: none;
    }
    .lg-block-grid-8>div:nth-last-child(-n+8):before {
        content: none;
    }
    .lg-block-grid-9>div {
        width: 11.11111%;
    }
    .lg-block-grid-9>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-9>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-9>div:nth-of-type(9n+1) {
        clear: both;
    }
    .lg-block-grid-9>div:nth-of-type(9n+1):after {
        display: none;
    }
    .lg-block-grid-9>div:nth-last-child(-n+9):before {
        content: none;
    }
    .lg-block-grid-10>div {
        width: 10%;
    }
    .lg-block-grid-10>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-10>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-10>div:nth-of-type(10n+1) {
        clear: both;
    }
    .lg-block-grid-10>div:nth-of-type(10n+1):after {
        display: none;
    }
    .lg-block-grid-10>div:nth-last-child(-n+10):before {
        content: none;
    }
    .lg-block-grid-11>div {
        width: 9.09091%;
    }
    .lg-block-grid-11>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-11>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-11>div:nth-of-type(11n+1) {
        clear: both;
    }
    .lg-block-grid-11>div:nth-of-type(11n+1):after {
        display: none;
    }
    .lg-block-grid-11>div:nth-last-child(-n+11):before {
        content: none;
    }
    .lg-block-grid-12>div {
        width: 8.33333%;
    }
    .lg-block-grid-12>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-12>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-12>div:nth-of-type(12n+1) {
        clear: both;
    }
    .lg-block-grid-12>div:nth-of-type(12n+1):after {
        display: none;
    }
    .lg-block-grid-12>div:nth-last-child(-n+12):before {
        content: none;
    }
}

.no-gutter [class*="block-grid-"] {
    margin: 0 !important;
}

.no-gutter [class*="block-grid-"]>div {
    padding: 0 !important;
}

.no-gutter .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-gutter [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-gutter .portfolio-v1 {
    margin-bottom: 0 !important;
}

.area-main-menu .menu-toggle {
    display: none;
}

@media (min-width: 992px) {
    .navigation {
        position: relative;
        clear: both;
        text-align: center;
    }
    .navigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .navigation .gva_menu {
        position: relative;
        font-size: 0;
    }
    .navigation .gva_menu li {
        position: relative;
    }
    .navigation .gva_menu li a {
        text-align: left !important;
    }
    .navigation .gva_menu li a .icaret {
        margin-left: 4px;
        border: none !important;
        font-size: 9px;
    }
    .navigation .gva_menu>li {
        display: inline-block;
        padding: 20px 25px;
    }
    .navigation .gva_menu>li.gva-mega-menu {
        position: static !important;
    }
    .navigation .gva_menu>li.gva-mega-menu>.sub-menu {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 576px) {
    .navigation .gva_menu>li:hover>ul.sub-menu,
    .navigation .gva_menu>li:hover div.sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        top: 99%;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    .navigation .gva_menu>li:hover>a {
        color: #e74d57;
    }
}

@media (min-width: 992px) {
    .navigation .gva_menu>li>a {
        display: block;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        text-align: center;
        color: #747b86;
    }
    .navigation .gva_menu>li>a.is-active {
        color: #18212e;
    }
    .navigation .gva_menu>li>a>span {
        position: relative;
        padding-bottom: 6px;
    }
    .navigation .gva_menu>li:hover>a,
    .navigation .gva_menu>li:focus>a,
    .navigation .gva_menu>li:active>a,
    .navigation .gva_menu>li.menu-item--active-trail>a {
        color: #18212e;
    }
    .navigation .gva_menu>li:hover>a:after,
    .navigation .gva_menu>li:focus>a:after,
    .navigation .gva_menu>li:active>a:after,
    .navigation .gva_menu>li.menu-item--active-trail>a:after {
        opacity: 1;
        filter: alpha(opacity=100);
        bottom: 0;
    }
    .navigation .gva_menu>li.megamenu.menu-columns-2>ul.sub-menu>li {
        width: 50%;
        float: left;
    }
    .navigation .gva_menu>li.megamenu.menu-columns-3>ul.sub-menu>li {
        width: 33.33%;
        float: left;
    }
    .navigation .gva_menu>li.megamenu.menu-columns-4>ul.sub-menu>li {
        width: 25%;
        float: left;
    }
    .navigation .gva_menu>li.megamenu.menu-columns-5>ul.sub-menu>li {
        width: 20%;
        float: left;
    }
    .navigation .gva_menu>li.menu-list ul.sub-menu {
        min-width: 250px;
    }
    .navigation .gva_menu>li.menu-list ul.sub-menu>li {
        border-bottom: 1px solid #dee2e6;
    }
    .navigation .gva_menu>li.menu-list ul.sub-menu>li>a {
        padding: 10px 15px;
        text-transform: uppercase;
    }
    .navigation .gva_menu .megamenu,
    .navigation .gva_menu .gva-mega-menu {
        position: static;
    }
    .navigation .gva_menu .megamenu>.sub-menu,
    .navigation .gva_menu .gva-mega-menu>.sub-menu {
        width: 100%;
        padding: 20px;
    }
    .navigation .gva_menu .megamenu>.sub-menu .sub-menu,
    .navigation .gva_menu .gva-mega-menu>.sub-menu .sub-menu {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    .navigation .gva_menu .megamenu>.sub-menu>li,
    .navigation .gva_menu .gva-mega-menu>.sub-menu>li {
        border: none;
        position: static;
        padding: 0 15px;
    }
    .navigation .gva_menu .megamenu>.sub-menu>li>ul.sub-menu,
    .navigation .gva_menu .gva-mega-menu>.sub-menu>li>ul.sub-menu {
        position: static;
        border-width: 0;
        padding: 0;
        min-width: inherit;
        width: 100%;
        background-color: transparent;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .navigation .gva_menu .megamenu>.sub-menu>li>ul.sub-menu,
    .navigation .gva_menu .gva-mega-menu>.sub-menu>li>ul.sub-menu {
        display: block !important;
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .navigation .gva_menu .megamenu>.sub-menu>li>ul.sub-menu li,
    .navigation .gva_menu .gva-mega-menu>.sub-menu>li>ul.sub-menu li {
        padding: 10px 0 0;
        margin-bottom: 0;
        border: none;
    }
    .navigation .gva_menu .megamenu>.sub-menu>li>a,
    .navigation .gva_menu .gva-mega-menu>.sub-menu>li>a {
        display: block;
        font-size: 14px;
        color: #747b86;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0 0 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
        position: relative;
    }
    .navigation .gva_menu .megamenu>.sub-menu>li>a:after,
    .navigation .gva_menu .gva-mega-menu>.sub-menu>li>a:after {
        display: none;
    }
    .navigation .gva_menu .sub-menu {
        top: 100%;
        position: absolute;
        min-width: 280px;
        background-color: #fff;
        z-index: 999;
        left: 0;
        padding: 15px 20px 10px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        border: 1px solid #dee2e6;
    }
    .navigation .gva_menu .sub-menu>li {
        padding: 8px 0;
        border-bottom: 1px solid #dee2e6;
    }
    .navigation .gva_menu .sub-menu>li>a {
        font-size: 15px;
        display: block;
        color: #747b86;
        font-weight: 400;
        text-transform: capitalize;
        position: relative;
    }
    .navigation .gva_menu .sub-menu>li>a:hover,
    .navigation .gva_menu .sub-menu>li>a:focus,
    .navigation .gva_menu .sub-menu>li>a:active {
        color: #e74d57;
    }
    .navigation .gva_menu .sub-menu>li:last-child {
        border-bottom: 0;
    }
    .navigation .gva_menu .sub-menu>li ul {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 250px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        display: none;
        z-index: 11;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .navigation .gva_menu .sub-menu>li:hover>ul {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
        left: 100%;
    }
}

body.header-absolute .navigation ul.gva_menu>li>a {
    color: #fff !important;
}

.gva-mega-menu .block-blocktabs {
    position: relative;
}

.gva-mega-menu .block-blocktabs .ui-widget {
    font-size: 0.875rem;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav {
    padding: 0;
    position: static;
    width: 15%;
    float: left;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav>li {
    background: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    float: none;
    clear: both;
    padding-right: 20px;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav>li>a {
    font-size: 12px;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav>li:last-child>a {
    padding-right: 0;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav>li.ui-tabs-active>a {
    color: #e74d57;
}

.gva-mega-menu .block-blocktabs .ui-tabs-panel {
    float: left;
    width: 85%;
}

.gva-view.view-header-right header {
    float: right;
}

@media (max-width: 575.98px) {
    .gva-view.view-header-right header {
        display: none;
    }
}

.item-list ul {
    padding: 0;
}

.item-list ul li.view-list-item {
    margin: 0 0 30px;
    list-style-type: none;
}

.item-list ul li.view-list-item:before,
.item-list ul li.view-list-item:after {
    content: " ";
    display: table;
}

.item-list ul li.view-list-item:after {
    clear: both;
}

.item-list ul li.view-list-item .post-block {
    margin: 0;
}

.padding-small .item-list ul li.view-list-item {
    margin-bottom: 20px !important;
}

.padding-small .item-list ul li.view-list-item:last-child {
    margin-bottom: 0 !important;
}

ul[data-drupal-views-infinite-scroll-pager] {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

ul[data-drupal-views-infinite-scroll-pager].pager {
    margin: 20px 0;
}

.views-view-grid .views-row {
    width: auto;
    clear: none;
    float: none !important;
}

.views-view-grid .views-row:last-child {
    margin-bottom: 0;
}

.post-masonry-style>div.views-col {
    margin-bottom: 10px;
}

.no-padding .gva-portfolio-items .row {
    margin: 0 !important;
}

.no-padding .gva-portfolio-items .isotope-items>div {
    padding: 0 !important;
}

.no-padding .gva-portfolio-items .isotope-items>div .isotope-item {
    margin-bottom: 0 !important;
}

.brand-grid .views-view-grid .views-row {
    margin-bottom: 65px;
}

.brand-grid .views-view-grid .views-row .views-field-field-image {
    text-align: center;
}

@media (max-width: 575.98px) {
    .brand-grid .views-view-grid .views-row .views-field-field-image {
        margin-bottom: 20px;
    }
}

.testimonial-v1 .testimonial-item {
    text-align: center;
    background: #fff;
    padding: 60px 30px;
}

.testimonial-v1 .testimonial-item .quote {
    line-height: 28px;
    position: relative;
    padding-top: 35px;
}

.testimonial-v1 .testimonial-item .avatar {
    text-align: center;
}

.testimonial-v1 .testimonial-item .avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-v1 .testimonial-item .content .title {
    margin: 30px 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.testimonial-v1 .testimonial-item .content .job {
    font-size: 12px;
    color: #bbbbbb;
}

.view-testimonial-v2 {
    position: relative;
    float: left;
    width: 100%;
}

.view-testimonial-v2 .owl-dots {
    text-align: left;
    position: relative;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.view-testimonial-v2 .owl-dots .owl-dot {
    display: inline-block;
    padding: 0;
    margin: 5px;
    background: none;
    width: 45px;
    height: 45px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 2px solid #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    position: relative;
    z-index: 9;
}

.view-testimonial-v2 .owl-dots .owl-dot.active {
    border-color: #e74d57;
}

.view-testimonial-v2 .owl-nav {
    display: none;
}

.testimonial-grid .item-grid {
    margin-bottom: 45px;
}

.testimonial-grid .item-grid:before,
.testimonial-grid .item-grid:after {
    content: " ";
    display: table;
}

.testimonial-grid .item-grid:after {
    clear: both;
}

.testimonial-grid .item-grid .testimonials-quote {
    font-size: 16px;
    color: #000;
    padding: 30px;
    border: 1px solid #dee2e6;
    font-weight: 300;
    font-style: italic;
}

.testimonial-grid .item-grid .testimonials-profile {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    float: left;
    padding-top: 20px;
}

.testimonial-grid .item-grid .testimonials-profile:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #e74d57;
    top: -1px;
    left: 0;
    z-index: 1;
}

.testimonial-grid .item-grid .testimonials-profile .right {
    padding-left: 70px;
}

.testimonial-grid .item-grid .testimonials-profile .right .name {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .right .job {
    font-size: 12px;
    font-weight: 900;
    color: #e74d57;
    text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .left {
    display: inline-block;
    float: left;
}

.testimonial-grid .item-grid .testimonials-profile .left img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: auto;
}

.slider-gallery-v1 {
    margin-left: -3px !important;
    margin-right: -3px !important;
}

.slider-gallery-v1 .carousel-item {
    float: left;
    padding-right: 3px !important;
}

.slider-gallery-v1 img {
    -webkit-transform-style: none !important;
    transform-style: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.slider-gallery-v1 .gallery-large {
    background: #fff;
}

.slider-gallery-v1 .gallery-large img {
    width: 100%;
    height: auto;
}

.slider-gallery-v1 div>.gallery-small {
    width: 50% !important;
    background: transparent !important;
    float: left;
}

.slider-gallery-v1 div>.gallery-small .gallery-small-item {
    background: #fff;
    width: 100% !important;
    height: auto !important;
    float: left;
    clear: both;
    padding-bottom: 3px;
    margin: 0;
}

.slider-gallery-v1 div>.gallery-small .gallery-small-item:last-child {
    padding-bottom: 0;
}

.slider-gallery-v1 div>.gallery-small .gallery-small-item img {
    width: 100%;
    height: auto;
}

.small-list .item-list ul>li {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px !important;
    padding-bottom: 15px;
}

.small-list .item-list ul>li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

.small-list .item-list ul>li a:hover {
    color: #e74d57;
}

.small-list .item-list ul>li:last-child {
    border: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.tags-list .item-list>ul>li {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0;
}

.tags-list .item-list>ul a {
    overflow: hidden;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    margin-right: 15px;
    color: #747b86;
}

.tags-list .item-list>ul a:hover,
.tags-list .item-list>ul a:focus,
.tags-list .item-list>ul a:active {
    color: #e74d57;
}

.banner-carousel .init-carousel-owl {
    margin-left: 0;
    margin-right: 0;
}

.banner-carousel .init-carousel-owl .item {
    padding: 0;
    border-left: 0;
    text-align: center;
    position: relative;
}

.banner-carousel.v2 .item {
    padding: 0;
    height: auto;
    background: transparent;
}

.banner-carousel.v2 .item>div {
    padding: 15px 20px;
    text-align: center;
    position: relative;
}

.banner-carousel.v2 .item>div:last-child {
    border: none;
}

.gva-view-mlayout-1 .item-first {
    border-bottom: 0 none;
    display: block;
    float: left;
    padding-right: 15px !important;
    width: 50%;
    clear: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .gva-view-mlayout-1 .item-first {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
}

.gva-view-mlayout-1 .item-first .post-content {
    padding: 20px 0 0;
}

.gva-view-mlayout-1 .item-first .post-title {
    margin-bottom: 2px;
}

.gva-view-mlayout-1 .item-first .post-title a {
    font-size: 22px;
    line-height: 28px;
}

.gva-view-mlayout-1 .item-first .post-action {
    display: block !important;
}

.gva-view-mlayout-1 .items-second {
    float: left;
    width: 50%;
}

@media (max-width: 991.98px) {
    .gva-view-mlayout-1 .items-second {
        width: 100%;
    }
}

.gva-view-mlayout-1 .items-second .item-post {
    margin-bottom: 30px;
    padding-left: 15px;
}

.gva-view-mlayout-1 .items-second .item-post .post-image {
    display: inline-block;
    width: 150px;
    height: auto;
    float: left;
}

.gva-view-mlayout-1 .items-second .item-post .post-content {
    padding: 0 0 0 170px;
}

.gva-view-mlayout-1 .items-second .item-post .post-meta {
    clear: none !important;
    margin: 0 0 5px;
}

.gva-view-mlayout-1 .items-second .item-post .post-meta {
    float: left;
    width: 100%;
    padding: 0;
}

.gva-view-mlayout-1 .items-second .item-post .post-meta .post-author {
    display: none;
}

.gva-view-mlayout-1 .items-second .item-post .post-title {
    padding: 0;
    margin: 0 0 5px;
}

.gva-view-mlayout-1 .items-second .item-post .post-body {
    padding: 0;
}

.gva-view-mlayout-2 .item-first {
    border-bottom: 0 none;
    display: block;
    float: left;
    width: 100%;
    clear: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.gva-view-mlayout-2 .item-first .post-title {
    padding: 12px 0;
}

.gva-view-mlayout-2 .item-first .post-title a {
    font-size: 20px;
    line-height: 28px;
}

.gva-view-mlayout-2 .item-first .post-meta {
    margin: 0 0 10px;
}

.gva-view-mlayout-2 .item-first:after {
    content: none;
}

.gva-view-mlayout-2 .items-second {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.gva-view-mlayout-2 .items-second .item-post {
    margin-bottom: 20px;
    padding-left: 15px;
}

.gva-view-mlayout-2 .items-second .item-post .post-image {
    display: inline-block;
    width: 100px;
    height: auto;
    float: left;
}

.gva-view-mlayout-2 .items-second .item-post .post-content {
    padding-left: 110px;
}

.gva-view-mlayout-2 .items-second .item-post .post-title,
.gva-view-mlayout-2 .items-second .item-post .post-meta {
    clear: none !important;
}

.gva-view-mlayout-2 .items-second .item-post .post-meta {
    float: left;
    width: 100%;
    margin: 2px 0 0;
}

.gva-view-mlayout-2 .items-second .item-post .post-meta .post-author {
    display: none;
}

.gva-view-mlayout-2 .items-second .item-post .post-body {
    display: none;
}

.gva-view-mlayout-2 .items-second .item-post .post-title {
    padding: 0;
}

.gva-view-mlayout-2 .items-second .item-post .post-title a {
    display: block;
    font-size: 14px;
}

.gva-view-mlayout-3 .item-first {
    width: 100%;
    float: left;
}

.gva-view-mlayout-3 .item-first .post-block .post-image {
    width: 50%;
    float: left;
}

.gva-view-mlayout-3 .item-first .post-block .post-title a {
    font-size: 18px;
    line-height: 26px;
}

.gva-view-mlayout-3 .item-first .post-block .post-content {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.gva-view-mlayout-3 .items-second {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.gva-view-mlayout-3 .items-second .post-block .post-content {
    padding-top: 10px;
}

.gva-view-mlayout-3 .items-second .post-block .post-body {
    display: none;
}

.gva-view-mlayout-3 .items-second .post-block .view-node {
    display: none;
}

.gva-view-mlayout-3.v2 .post-block {
    position: relative;
}

.gva-view-mlayout-3.v2 .post-block .post-image {
    position: relative;
    width: 100%;
    float: none;
}

.gva-view-mlayout-3.v2 .post-block .post-image a:after {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.gva-view-mlayout-3.v2 .post-block .post-meta span {
    color: #fff;
}

.gva-view-mlayout-3.v2 .post-block .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    z-index: 9;
}

.gva-view-mlayout-3.v2 .post-block .post-content .post-title a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.gva-view-mlayout-3.v2 .post-block .post-content .post-title a:hover {
    color: #e74d57;
}

.gva-view-mlayout-3.v2 .post-block .post-content .post-body {
    color: rgba(255, 255, 255, 0.9);
}

.gva-view-mlayout-3.v2 .post-block .post-content .post-meta {
    color: #ccc;
}

.gva-view-mlayout-3.v2 .item-first .post-block .post-title a {
    font-size: 22px;
    line-height: 30px;
}

.gva-view-mlayout-4 .item-first {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}

.gva-view-mlayout-4 .item-first .post-block .post-image {
    width: 50%;
    float: left;
}

.gva-view-mlayout-4 .item-first .post-block .post-title a {
    font-size: 22px;
    line-height: 30px;
}

.gva-view-mlayout-4 .item-first .post-block .post-content {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.gva-view-mlayout-4 .item-first .post-block .view-node {
    margin-top: 15px;
}

.gva-view-mlayout-4 .items-second {
    float: left;
    width: 100%;
}

.gva-view-mlayout-4 .items-second:before,
.gva-view-mlayout-4 .items-second:after {
    content: " ";
    display: table;
}

.gva-view-mlayout-4 .items-second:after {
    clear: both;
}

.gva-view-mlayout-4 .items-second .item-post .post-block {
    margin-bottom: 24px;
}

.gva-view-mlayout-4 .items-second .item-post .post-block:before,
.gva-view-mlayout-4 .items-second .item-post .post-block:after {
    content: " ";
    display: table;
}

.gva-view-mlayout-4 .items-second .item-post .post-block:after {
    clear: both;
}

.gva-view-mlayout-4 .items-second .item-post .post-block .post-image {
    width: 100%;
    float: left;
}

.gva-view-mlayout-4 .items-second .item-post .post-block .post-title {
    margin: 0;
    padding-top: 0;
}

.gva-view-mlayout-4 .items-second .item-post .post-block .post-content {
    width: 100%;
    float: left;
    padding-top: 8px;
}

.gva-view-mlayout-4 .items-second .item-post .post-block .post-content .post-body {
    display: none;
}

.gva-view-mlayout-4 .items-second .item-post .post-block .post-content .view-node {
    display: none;
}

.gva-view-grid .post-block .post-content {
    padding-top: 10px;
}

.posts-stick-list .item-list>ul>li {
    display: block;
    overflow: hidden;
    width: 100%;
    clear: both;
}

.posts-stick-list .item-list>ul>li:not(:first-child) {
    margin-bottom: 20px;
}

.posts-stick-list .item-list>ul>li:not(:first-child) .post-image {
    width: 100px;
    height: auto;
    float: left;
    margin: 0;
}

.posts-stick-list .item-list>ul>li:not(:first-child) .post-content {
    padding-left: 115px;
    padding-top: 0;
}

.posts-stick-list .item-list>ul>li:not(:first-child) .post-body {
    display: none;
}

.posts-stick-list .item-list>ul>li:not(:first-child) .post-meta {
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.posts-stick-list .item-list>ul>li:not(:first-child) .post-title {
    padding: 0;
    margin: 0;
}

.posts-stick-list .item-list>ul>li:not(:first-child) .post-title a {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.posts-stick-list .item-list>ul>li:first-child {
    border-bottom: 0 none;
    display: block;
    width: 100%;
    clear: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.posts-stick-list .item-list>ul>li:first-child .post-title {
    margin: 10px 0 0;
}

.posts-stick-list .item-list>ul>li:first-child .post-title a {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .posts-stick-list .item-list>ul>li:first-child .post-title a {
        font-size: 16px;
    }
}

.posts-stick-list .item-list>ul>li:first-child .post-meta {
    padding-top: 0;
}

.posts-stick-list .item-list>ul>li:last-child {
    margin-bottom: 0 !important;
}

.block.block-gavias-blockbuilder {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.block.block-gavias-blockbuilder ul>li {
    list-style: none;
}

.gbb-row-wrapper {
    position: relative;
}

.gbb-row-wrapper .particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
}

.gbb-row-wrapper .row-text-overlay {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.09);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    height: 46px;
    top: 50%;
    margin-top: -23px;
    z-index: 1;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .gbb-row-wrapper .row-text-overlay {
        display: none;
    }
}

.gbb-row-wrapper .bb-container {
    position: relative;
    z-index: 2;
}

.gbb-row-wrapper .icon-row {
    color: #e74d57;
}

.gbb-row-wrapper .gbb-row-wrapper .bb-inner {
    padding: 0;
}

.row-box {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 767.98px) {
    .row-box {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.container .container {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bb-container.full-screen {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.bb-container.full-screen .bb-inner {
    padding: 0 !important;
}

.bb-container.full-screen>.row {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.gbb-row.polygon {
    -webkit-clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%);
    clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%);
}

@media (max-width: 767.98px) {
    .gbb-row.row-border>.bb-inner>.bb-container>.row-wrapper>.gsc-column,
    .gbb-row.row-border-white>.bb-inner>.bb-container>.row-wrapper>.gsc-column {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .gbb-row.row-border>.bb-inner>.bb-container>.row-wrapper>.gsc-column:last-child,
    .gbb-row.row-border-white>.bb-inner>.bb-container>.row-wrapper>.gsc-column:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.gbb-row.row-border>.bb-inner>.bb-container>.row-wrapper>.gsc-column:after,
.gbb-row.row-border-white>.bb-inner>.bb-container>.row-wrapper>.gsc-column:after {
    content: '';
    width: 1px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
    .gbb-row.row-border>.bb-inner>.bb-container>.row-wrapper>.gsc-column:after,
    .gbb-row.row-border-white>.bb-inner>.bb-container>.row-wrapper>.gsc-column:after {
        display: none;
    }
}

.gbb-row.row-border>.bb-inner>.bb-container>.row-wrapper>.gsc-column .column-inner,
.gbb-row.row-border-white>.bb-inner>.bb-container>.row-wrapper>.gsc-column .column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.gbb-row.row-border>.bb-inner>.bb-container>.row-wrapper>.gsc-column:last-child:after,
.gbb-row.row-border-white>.bb-inner>.bb-container>.row-wrapper>.gsc-column:last-child:after {
    display: none !important;
}

.gbb-row.row-border>.bb-inner>.bb-container>.row-wrapper>.gsc-column[class*='col-lg-12']:after,
.gbb-row.row-border-white>.bb-inner>.bb-container>.row-wrapper>.gsc-column[class*='col-lg-12']:after {
    display: none;
}

@media (max-width: 767.98px) {
    .gbb-row.row-border-white>.bb-inner>.bb-container>.row-wrapper>.gsc-column {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }
}

.gbb-row.row-border-white>.bb-inner>.bb-container>.row-wrapper>.gsc-column:after {
    background: rgba(255, 255, 255, 0.2);
}

.gbb-row.border-inner-row .row-wrapper {
    border-bottom: 1px solid #dee2e6;
}

.gbb-row.special-row .bb-inner {
    padding-top: 0;
}

.gbb-row.special-row .row-wrapper {
    margin-top: -220px;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}

.gbb-row.special-row .row-wrapper .column-inner {
    padding: 30px 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

@media (max-width: 991.98px) {
    .gbb-row.special-row .row-wrapper .column-inner {
        padding: 30px 10px;
    }
}

.gbb-row.row-background-particles-js>.bb-inner {
    position: relative;
    z-index: 9;
}

.gbb-row.row-background-particles-js>.particles-js-canvas-el {
    z-index: 8;
}

.column-style-1 {
    max-width: 580px;
    width: 100%;
    float: right;
    padding: 120px 0 0;
}

@media (max-width: 1199.98px) {
    .column-style-1 {
        padding: 60px 15px 0;
    }
}

@media (max-width: 991.98px) {
    .column-style-1 {
        float: none;
        max-width: 100%;
        padding-bottom: 60px;
    }
}

.column-style-2 {
    max-width: 580px;
    width: 100%;
    float: left;
    padding: 120px 0 0;
}

@media (max-width: 1199.98px) {
    .column-style-2 {
        padding: 60px 15px;
    }
}

@media (max-width: 991.98px) {
    .column-style-2 {
        float: none;
        max-width: 100%;
    }
}

.column-style-3 {
    max-width: 580px;
    width: 100%;
    float: left;
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .column-style-3 {
        padding: 60px 15px;
    }
}

@media (max-width: 991.98px) {
    .column-style-3 {
        float: none;
        max-width: 100%;
    }
}

.column-padding {
    padding: 120px;
}

.column-bg-right {
    margin-left: auto;
    max-width: 650px;
}

.column-box-shadow {
    padding: 120px;
    -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.05);
    margin-top: -100px;
    background: #fff;
}

@media (max-width: 991.98px) {
    .column-box-shadow {
        padding: 60px 30px;
        margin-top: 0;
    }
}

.column-border {
    border: 2px solid #e74d57;
    padding: 30px;
}

@media (max-width: 991.98px) {
    .column-border {
        padding: 20px;
    }
}

.row-gradient-1 {
    background-image: radial-gradient(farthest-corner at 50% -50%, #135a9f 0%, #192532 70%, #192532 100%);
    background-color: #192532;
}

.row-gradient-2 {
    position: relative;
}

.row-gradient-2>.bb-inner {
    position: relative;
    z-index: 11;
}

.row-gradient-2:after {
    content: '';
    background-image: radial-gradient(farthest-corner at 50% -50%, #fff 0%, #dde7ff 70%, #dde7ff 100%);
    background-color: #dde7ff;
    position: absolute;
    top: 120px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .row-gradient-2:after {
        top: 0;
    }
}

.row-bg-top {
    position: relative;
}

.row-bg-top>.bb-inner {
    position: relative;
    z-index: 11;
}

.row-bg-top:after {
    content: '';
    background-image: radial-gradient(farthest-corner at 50% -50%, #fff 0%, #dde7ff 70%, #dde7ff 100%);
    background-color: #dde7ff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 500px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .row-bg-top:after {
        top: 0;
    }
}

.row-curve-bottom-white:after {
    content: '';
    width: 100%;
    height: 69px;
    position: absolute;
    bottom: 0;
    background: url("../images/curve-bg.png") repeat-x center center transparent;
    background-size: 100% 100%;
}

.grid-small .container {
    max-width: 900px;
    margin: 0 auto;
}

.gavias-blockbuilder-content {
    position: relative;
}

.gavias-blockbuilder-content .link-edit-blockbuider {
    border: 1px solid #dee2e6;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 99;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    background: #e74d57;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    padding: 10px;
}

.gavias-blockbuilder-content .link-edit-blockbuider:hover,
.gavias-blockbuilder-content .link-edit-blockbuider:focus,
.gavias-blockbuilder-content .link-edit-blockbuider:active {
    color: #fff;
}

@media (max-width: 991.98px) {
    .gbb-row[style*="padding-top"] {
        padding-top: 25px !important;
    }
    .gbb-row[style*="padding-bottom"] {
        padding-bottom: 25px !important;
    }
}

.gbb-row .bb-inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991.98px) {
    .gbb-row .bb-inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767.98px) {
    .gbb-row .bb-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.gbb-row .bb-inner.padding-small {
    padding-top: 50px;
    padding-bottom: 50px;
}

.gbb-row .bb-inner.padding-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 991.98px) {
    .gbb-row .bb-inner.padding-medium {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.gbb-row .bb-inner.remove_margin {
    margin: 0 !important;
}

.gbb-row .bb-inner.remove_padding {
    padding: 0 !important;
}

.gbb-row .bb-inner.remove_padding_col>.bb-container {
    padding-left: 0;
    padding-right: 0;
}

.gbb-row .bb-inner.remove_padding_col>.bb-container>.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.gbb-row .bb-inner.remove_padding_col>.bb-container>.row>.row-wrapper>div.gsc-column,
.gbb-row .bb-inner.remove_padding_col>.bb-container>.row.row-wrapper>div.gsc-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gbb-row .bb-inner.remove_padding_top {
    padding-top: 0 !important;
}

.gbb-row .bb-inner.remove_padding_bottom {
    padding-bottom: 0 !important;
}

.gbb-row .bb-inner.padding-large {
    padding-top: 180px;
    padding-bottom: 180px;
}

@media (max-width: 991.98px) {
    .gbb-row .bb-inner.padding-large {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
}

@media (max-width: 767.98px) {
    .gbb-row .bb-inner.padding-large {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

@media (max-width: 575.98px) {
    .gbb-row .bb-inner.padding-large {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

.widget {
    /******************** Chart *****************************/
}

.widget.gsc-progress {
    margin-bottom: 30px;
}

.widget.gsc-progress .progress {
    height: 3px !important;
}

.widget.gsc-progress .progress-bar {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.widget.gsc-progress .progress-bar span {
    top: 0;
}

.widget.gsc-progress.text-light .progress-label {
    color: #fff;
}

.gsc-block-view.remove-margin-on {
    margin-bottom: 0 !important;
}

.column-content.text-quote {
    padding: 165px 20px;
    max-width: 820px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .column-content.text-quote {
        padding: 20px 20px;
    }
}

.column-content.text-quote-2 {
    padding: 80px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .column-content.text-quote-2 {
        padding: 20px 20px;
    }
}

.gsc-accordion .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.gsc-accordion .panel-group .panel {
    padding: 0;
}

.gsc-accordion .panel-group .panel .panel-title {
    margin-bottom: 20px;
}

.gsc-accordion .panel-group .panel .panel-title>a {
    background: #e74d57;
    color: #fff;
    padding: 30px;
    padding-left: 60px;
}

.gsc-accordion .panel-group .panel .panel-title>a:after {
    top: 33px;
    left: 35px;
}

.gsc-accordion .panel-group .panel .panel-title>a.collapsed {
    background: #f0f0f0;
    color: #18212e;
}

.gsc-accordion .panel-group .panel .panel-title>a.collapsed:after {
    content: "\f067";
    color: #e74d57;
    top: 33px;
    left: 35px;
}

@media (max-width: 767.98px) {
    .gsc-accordion .panel-group .panel .panel-title>a {
        padding: 15px 30px;
    }
    .gsc-accordion .panel-group .panel .panel-title>a:after {
        top: 18px;
        left: 10px;
    }
    .gsc-accordion .panel-group .panel .panel-title>a.collapsed:after {
        top: 18px;
        left: 10px;
    }
}

.gsc-accordion .panel-group .panel .panel-body {
    padding: 30px 40px;
    padding-top: 20px;
}

@media (max-width: 767.98px) {
    .gsc-accordion .panel-group .panel .panel-body {
        padding: 20px 30px;
        padding-top: 10px;
    }
}

.gsc-accordion .panel-group.skin-white .panel .panel-title>a {
    background: #fff;
    color: #e74d57;
    border: 1px solid #e74d57;
}

.gsc-accordion .panel-group.skin-white .panel .panel-title>a.collapsed {
    background: #fff;
    color: #18212e;
    border: 1px solid #dee2e6;
}

.gsc-accordion .panel-group.skin-white .panel .panel-title>a.collapsed:after {
    color: #e74d57;
}

.gsc-accordion .panel-group.skin-dark .panel .panel-title>a {
    background: #e74d57;
    color: #fff;
}

.gsc-accordion .panel-group.skin-dark .panel .panel-title>a.collapsed {
    background: #18212e;
    color: #fff;
}

.gsc-accordion .panel-group.skin-dark .panel .panel-title>a.collapsed:after {
    color: #e74d57;
}

.gsc-accordion .panel-group.skin-gray .panel .panel-title>a {
    background: #e74d57;
    color: #fff;
}

.gsc-accordion .panel-group.skin-gray .panel .panel-title>a.collapsed {
    background: #f0f0f0;
    color: #18212e;
}

.gsc-accordion .panel-group.skin-gray .panel .panel-title>a.collapsed:after {
    color: #e74d57;
}

.gsc-call-to-action {
    position: relative;
}

.gsc-call-to-action .title {
    font-size: 28px;
    margin: 0;
}

@media (max-width: 767.98px) {
    .gsc-call-to-action .title {
        font-size: 22px;
    }
}

.gsc-call-to-action .title span span {
    font-weight: 700;
    border-bottom: 1px solid #747b86;
}

.gsc-call-to-action .button-action {
    margin-top: 20px;
}

.gsc-call-to-action .button-action .quick-text {
    font-weight: 600;
    color: #000;
    font-size: 22px;
    margin-right: 15px;
}

.gsc-call-to-action .desc {
    line-height: 30px;
    margin-top: 15px;
}

.gsc-call-to-action.button-right .content {
    padding-right: 170px;
    max-width: 1000px;
}

@media (max-width: 800px) {
    .gsc-call-to-action.button-right .content {
        padding-right: 0;
    }
}

.gsc-call-to-action.button-right .content p {
    margin: 0;
}

.gsc-call-to-action.button-right .title {
    font-size: 36px;
    font-weight: 500;
}

.gsc-call-to-action.button-right .title span {
    font-size: 50px;
    font-family: "Covered By Your Grace", cursive;
    color: #ffec4e;
    font-weight: 400;
    text-decoration: underline;
}

.gsc-call-to-action.button-right .button-action {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    margin-top: -25px;
}

@media (max-width: 800px) {
    .gsc-call-to-action.button-right .button-action {
        position: relative;
        margin-top: 15px;
    }
}

.gsc-call-to-action.button-left {
    position: relative;
    text-align: right;
}

.gsc-call-to-action.button-left .content {
    padding-left: 160px;
    max-width: 1000px;
    float: right;
}

@media (max-width: 800px) {
    .gsc-call-to-action.button-left .content {
        padding-right: 0;
    }
}

.gsc-call-to-action.button-left .content p {
    margin: 0;
}

.gsc-call-to-action.button-left .button-action {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
}

@media (max-width: 800px) {
    .gsc-call-to-action.button-left .button-action {
        position: relative;
        margin-top: 15px;
    }
}

.gsc-call-to-action.button-bottom {
    padding: 30px 0;
}

.gsc-call-to-action.button-bottom .title {
    font-size: 42px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.2;
}

@media (max-width: 1199.98px) {
    .gsc-call-to-action.button-bottom .title {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    .gsc-call-to-action.button-bottom .title {
        font-size: 28px;
    }
}

.gsc-call-to-action.button-bottom .desc {
    font-size: 18px;
    font-weight: 600;
}

.gsc-call-to-action.button-bottom .button-action {
    margin-top: 30px;
}

.gsc-call-to-action.button-bottom.text-light .desc {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.gsc-call-to-action.button-bottom-right {
    padding: 30px 0;
}

.gsc-call-to-action.button-bottom-right .content {
    max-width: 1000px;
}

.gsc-call-to-action.button-bottom-right .title {
    font-size: 28px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 700;
}

.gsc-call-to-action.button-bottom-right .title .text-small {
    font-size: 30px;
}

.gsc-call-to-action.button-bottom-right .desc {
    font-size: 16px;
}

.gsc-call-to-action.button-bottom-right .button-action {
    margin-top: 30px;
}

.gsc-call-to-action.button-bottom-right.text-light .desc {
    color: #fff;
}

.gsc-call-to-action.button-center {
    text-align: center;
    margin: 0 auto;
}

.gsc-call-to-action.button-center .title {
    font-size: 58px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-top: 0;
}

@media (max-width: 1199.98px) {
    .gsc-call-to-action.button-center .title {
        font-size: 42px;
    }
}

@media (max-width: 991.98px) {
    .gsc-call-to-action.button-center .title {
        font-size: 32px;
    }
}

.gsc-call-to-action.button-center .desc {
    font-size: 18px;
    font-weight: 500;
}

.gsc-call-to-action.button-center .button-action {
    margin-top: 35px;
    text-align: center;
}

.gsc-call-to-action.button-center .button-action .quick-text {
    position: relative;
    top: -20px;
}

.gsc-call-to-action.has-background {
    padding: 56px 35px;
    margin-bottom: 30px;
    border-radius: 6px;
}

.gsc-call-to-action.has-background .title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
}

.gsc-call-to-action.has-background .title:after {
    display: none;
}

.gsc-call-to-action.has-background.button-right .button-action {
    right: 30px;
}

@media (max-width: 800px) {
    .gsc-call-to-action.has-background.button-right .button-action {
        right: 0;
    }
}

.gsc-call-to-action.text-light .content {
    color: #fff;
}

.gsc-call-to-action.text-light .content .title {
    color: #fff;
}

.gsc-call-to-action.text-light .content .title span span {
    border-bottom-color: #fff;
}

.gsc-call-to-action.text-light .content .desc * {
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.gsc-call-to-action.text-light .subtitle {
    color: #d9d9d9;
}

.gsc-call-to-action.text-light .button-action .quick-text {
    color: #fff !important;
}

.gsc-icon-box {
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-icon-box:before,
.gsc-icon-box:after {
    content: " ";
    display: table;
}

.gsc-icon-box:after {
    clear: both;
}

@media (max-width: 1199.98px) {
    .gsc-icon-box {
        margin-bottom: 30px !important;
    }
}

.gsc-icon-box.icon-image.left {
    padding-right: 30px;
}

@media (max-width: 991.98px) {
    .gsc-icon-box.icon-image.left {
        padding-right: 0;
    }
}

.gsc-icon-box.icon-image .fa-1x {
    display: block;
    width: 32px;
    height: 32px;
}

.gsc-icon-box.icon-image .fa-1x .icon {
    margin-top: 6px;
}

.gsc-icon-box.icon-image .fa-2x {
    display: block;
    width: 64px;
    height: 64px;
}

.gsc-icon-box.icon-image .fa-2x .icon {
    margin-top: 15px;
}

.gsc-icon-box.icon-image .fa-3x {
    display: block;
    width: 124px;
    height: 124px;
}

.gsc-icon-box.icon-image .fa-3x .icon {
    margin-top: 30px;
}

.gsc-icon-box.icon-image .fa-4x {
    display: block;
    width: 160px;
    height: 160px;
    margin-top: 40px;
}

.gsc-icon-box .highlight_content {
    margin-top: 5px;
}

.gsc-icon-box .title {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    margin-top: 30px;
}

.gsc-icon-box .desc {
    font-size: 16px;
    line-height: 32px;
}

.gsc-icon-box .desc p {
    margin-bottom: 0;
}

.gsc-icon-box .highlight-icon .icon-container {
    text-align: center;
    line-height: 1;
    position: relative;
    color: #000;
}

.gsc-icon-box .highlight-icon .icon-container .icon {
    position: relative;
    z-index: 11;
    display: inline-block;
}

.gsc-icon-box .highlight-icon .icon-container.icon-shadow {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.gsc-icon-box .highlight-icon .icon-container.fa-stack {
    line-height: 2.26em !important;
    width: 2.2em;
    height: 2.2em;
}

.gsc-icon-box .highlight-icon .icon-container.text-theme[class*="border-"] {
    border-color: rgba(0, 0, 0, 0.1);
}

.gsc-icon-box .highlight-icon .icon-container.text-white[class*="border-"] {
    border-color: rgba(255, 255, 255, 0.2);
}

.gsc-icon-box .highlight-icon .icon-container.text-black {
    color: #18212e;
}

.gsc-icon-box .highlight-icon .icon-container.text-black[class*="border-"] {
    border-color: rgba(0, 0, 0, 0.1);
}

.gsc-icon-box .highlight-icon .icon-container.radius-1x:after {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.gsc-icon-box .highlight-icon .icon-container.radius-2x:after {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.gsc-icon-box .highlight-icon .icon-container.radius-5x:after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gsc-icon-box.icon-background .highlight-icon .icon-container {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.gsc-icon-box.icon-background .highlight-icon .icon-container:after {
    top: 0px;
    left: 0px;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.gsc-icon-box.icon-background .highlight-icon .icon-container.bg-black:after {
    background: #222222;
}

.gsc-icon-box.icon-background .highlight-icon .icon-container.bg-theme:after {
    background: #e74d57;
}

.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-black {
    border-color: #222222;
}

.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-theme {
    border-color: #e74d57;
}

.gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container {
    color: #e74d57;
}

.gsc-icon-box.top-center {
    text-align: center;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

.gsc-icon-box.top-center .highlight-icon {
    text-align: center;
    padding-right: 0 !important;
}

.gsc-icon-box.top-center .highlight-icon .icon-container {
    display: inline-block;
}

.gsc-icon-box.top-center .highlight-icon .icon-container.fa-1x {
    font-size: 1.4em;
}

.gsc-icon-box.top-center .title {
    position: relative;
    padding: 25px 0 15px;
    font-size: 22px;
}

.gsc-icon-box.top-center .highlight_content {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.gsc-icon-box.top-center .highlight_content .desc {
    text-align: center;
    font-weight: 400;
    text-transform: normal;
}

.gsc-icon-box.top-left {
    text-align: left;
    max-width: 300px;
    clear: both;
}

.gsc-icon-box.top-left .icon {
    padding-bottom: 18px;
    border-bottom: 2px solid #dee2e6;
}

.gsc-icon-box.top-left img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-icon-box.top-left:hover img {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.gsc-icon-box.top-right {
    text-align: right;
    max-width: 300px;
    clear: both;
    float: right;
}

.gsc-icon-box.top-right .title {
    padding: 25px 0 15px;
}

.gsc-icon-box.top-right .highlight-icon {
    width: 100%;
    text-align: right;
}

.gsc-icon-box.top-right .highlight-icon .icon-container {
    display: inline-block;
}

.gsc-icon-box.top-left-title .title-inner,
.gsc-icon-box.top-right-title .title-inner {
    display: table;
    margin-bottom: 15px;
}

.gsc-icon-box.top-left-title .title-inner .highlight-icon,
.gsc-icon-box.top-right-title .title-inner .highlight-icon {
    display: table-cell;
    vertical-align: top;
}

.gsc-icon-box.top-left-title .title-inner .highlight-icon .icon-image,
.gsc-icon-box.top-right-title .title-inner .highlight-icon .icon-image {
    width: 36px;
    display: inline-block;
}

.gsc-icon-box.top-left-title .title-inner .title,
.gsc-icon-box.top-right-title .title-inner .title {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 6px;
}

.gsc-icon-box.top-left-title .highlight-icon {
    padding-right: 15px;
}

.gsc-icon-box.top-right-title {
    text-align: right;
}

.gsc-icon-box.top-right-title:before,
.gsc-icon-box.top-right-title:after {
    content: " ";
    display: table;
}

.gsc-icon-box.top-right-title:after {
    clear: both;
}

.gsc-icon-box.top-right-title .title-inner {
    float: right;
}

.gsc-icon-box.top-right-title .highlight-icon {
    padding-left: 15px;
}

.gsc-icon-box.top-right-title .desc {
    float: right;
    width: 100%;
}

.gsc-icon-box.right,
.gsc-icon-box.left {
    display: table;
    max-width: 600px;
}

.gsc-icon-box.right .highlight-icon,
.gsc-icon-box.left .highlight-icon {
    display: table-cell;
    vertical-align: top;
    padding-top: 2px;
}

.gsc-icon-box.right .highlight-icon .icon-image,
.gsc-icon-box.left .highlight-icon .icon-image {
    width: 60px;
    display: inline-block;
}

.gsc-icon-box.right .highlight_content,
.gsc-icon-box.left .highlight_content {
    display: table-cell;
    vertical-align: top;
}

.gsc-icon-box.right .highlight_content .title,
.gsc-icon-box.left .highlight_content .title {
    position: relative;
    margin-bottom: 6px;
}

.gsc-icon-box.right {
    text-align: right;
}

.gsc-icon-box.right .highlight-icon {
    padding-left: 20px;
}

.gsc-icon-box.right .highlight_content .title {
    margin: 0 0 6px;
}

.gsc-icon-box.right .highlight_content .title:after {
    left: auto;
    right: 0;
}

.gsc-icon-box.left {
    text-align: left;
}

.gsc-icon-box.left .highlight-icon {
    padding-right: 15px;
}

.gsc-icon-box.left .title {
    margin: 0 0 6px;
}

@media (max-width: 991.98px) {
    .gsc-icon-box.responsive-1 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        float: none;
        display: block;
    }
    .gsc-icon-box.responsive-1 .highlight-icon {
        text-align: center;
        display: block;
        margin-bottom: 15px;
        padding: 0;
    }
    .gsc-icon-box.responsive-1 .highlight_content {
        display: block;
    }
    .gsc-icon-box.responsive-1 .highlight_content .title:after {
        left: 50%;
        margin-left: -17.5px;
    }
}

.gsc-icon-box.text-light .title {
    color: #fff;
}

.gsc-icon-box.text-light .title:after {
    background: #fff;
}

.gsc-icon-box.text-light .title a {
    color: #fff;
}

.gsc-icon-box.text-light .title a:hover {
    color: #e74d57;
}

.gsc-icon-box.text-light .highlight-icon .icon-container {
    color: #fff;
}

.gsc-icon-box.text-light .desc {
    color: rgba(255, 255, 255, 0.8);
}

.gsc-icon-box.box-background {
    padding: 30px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-icon-box.box-background.active,
.gsc-icon-box.box-background:hover,
.gsc-icon-box.box-background:focus,
.gsc-icon-box.box-background:active {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.gsc-icon-box.border-s1 .icon-inner {
    padding: 6px;
    border: 2px solid #dee2e6;
    display: inline-block;
}

.gsc-icon-box.border-s1 .icon-inner .fa-stack {
    line-height: 2.3em !important;
    width: 2.2em;
    height: 2.2em;
}

.gsc-icon-box.border-s1 .icon-inner .fa-2x {
    font-size: 1.6em;
}

.gsc-icon-box.border-s1 .icon-inner .fa-1x {
    font-size: 1.2em;
}

.gsc-icon-box.border-s1 .icon-inner .fa-1x .fa-stack {
    line-height: 2.3em !important;
    width: 2.2em;
    height: 2.2em;
}

.gsc-icon-box .i-border-theme {
    border-color: #e74d57 !important;
}

.gsc-icon-box .i-border-black {
    border-color: #000 !important;
}

.gsc-icon-box .i-border-dark {
    border-color: #f1f1f1f !important;
}

.gsc-icon-box .i-border-white {
    border-color: #fff !important;
}

@media (max-width: 991.98px) {
    .gsc-icon-box-style {
        margin-bottom: 30px !important;
    }
}

.gsc-icon-box-style.has-background {
    padding: 45px 30px;
}

.gsc-icon-box-style.style-1 {
    padding: 60px;
    position: relative;
}

@media (max-width: 991.98px) {
    .gsc-icon-box-style.style-1 {
        padding: 30px;
    }
}

.gsc-icon-box-style.style-1:before,
.gsc-icon-box-style.style-1:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.gsc-icon-box-style.style-1:before {
    background: #ffec4e;
    left: 0;
}

.gsc-icon-box-style.style-1:after {
    background: #e74d57;
    right: 0;
}

.gsc-icon-box-style.style-1.bg-theme:after {
    background: #fff;
}

.gsc-icon-box-style.style-1 .box-title {
    font-size: 20px;
    font-weight: 400;
    font-family: "Covered By Your Grace", cursive;
    margin-bottom: 10px;
    color: #e74d57;
}

.gsc-icon-box-style.style-1 .box-icon {
    margin-bottom: 30px;
}

.gsc-icon-box-style.style-1 .box-desc {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #18212e;
}

.gsc-icon-box-style.style-1 .box-desc p {
    margin-bottom: 0;
}

.gsc-icon-box-style.style-1 .arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #e74d57;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -18px;
    z-index: 11;
    background: #F6F7FB;
}

.gsc-icon-box-style.style-1 .icon {
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-icon-box-style.style-1:hover .icon {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.gsc-icon-box-style.style-1:hover .arrow {
    background: #e74d57;
    color: #fff;
}

.gsc-icon-box-style.style-2 .box-title,
.gsc-icon-box-style.style-3 .box-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    font-family: "Covered By Your Grace", cursive;
}

.gsc-icon-box-style.style-2 .box-icon,
.gsc-icon-box-style.style-3 .box-icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 82px;
    height: 82px;
    line-height: 82px;
    font-size: 35px;
    text-align: center;
    color: #e74d57;
    background: #fff;
    display: inline-block;
}

.gsc-icon-box-style.style-2 .box-desc,
.gsc-icon-box-style.style-3 .box-desc {
    font-size: 70px;
    line-height: 60px;
    font-weight: 400;
    font-family: "Covered By Your Grace", cursive;
    color: #ffec4e;
}

@media (max-width: 991.98px) {
    .gsc-icon-box-style.style-2 .box-desc,
    .gsc-icon-box-style.style-3 .box-desc {
        font-size: 40px;
    }
}

.gsc-icon-box-style.style-2 {
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    padding: 50px 60px;
}

@media (min-width: 576px) {
    .gsc-icon-box-style.style-2 .box-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .gsc-icon-box-style.style-2 .content-inner {
        padding-left: 30px;
        width: calc(100% - 82px);
    }
}

.gsc-icon-box-style.style-2 .box-title {
    margin-bottom: 0;
}

.gsc-icon-box-style.style-2 .arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #e74d57;
    background: #F6F7FB;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.gsc-icon-box-style.style-2.highlight {
    background: #e74d57;
    -webkit-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
}

.gsc-icon-box-style.style-2.highlight .box-title {
    color: #fff;
}

.gsc-icon-box-style.style-2.highlight .box-title a {
    color: #fff;
}

.gsc-icon-box-style.style-2.highlight .arrow {
    background: #fff !important;
    color: #e74d57 !important;
}

.gsc-icon-box-style.style-2:hover {
    -webkit-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.08);
}

.gsc-icon-box-style.style-2:hover .arrow {
    background: #e74d57;
    color: #fff;
}

.gsc-icon-box-style.style-3 {
    text-align: center;
}

@media (min-width: 992px) {
    .gsc-icon-box-style.style-3 {
        margin-top: 50px;
        width: 165px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .gsc-icon-box-style.style-3 .box-title {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: translateX(35px);
        transform: translateX(35px);
        margin: 0;
    }
}

@media (min-width: 992px) {
    .gsc-icon-box-style.style-3 .box-icon {
        margin: 30px 0;
    }
}

@media (min-width: 992px) {
    .gsc-icon-box-style.style-3 .box-desc {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: translateX(-45px);
        transform: translateX(-45px);
    }
}

.milestone-block.position-icon-top {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 0 30px;
}

.milestone-block.position-icon-top .milestone-icon {
    color: #e74d57;
    display: inline-block;
    text-align: center;
    float: none;
    margin: 0;
    padding: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.milestone-block.position-icon-top .milestone-icon .icon {
    text-align: center;
    line-height: 56px;
    color: #e74d57;
    font-size: 40px;
}

.milestone-block.position-icon-top .milestone-right {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
    margin-top: 10px;
}

.milestone-block.position-icon-top .milestone-number {
    color: #18212e;
    text-align: left;
    font-size: 100px;
    line-height: 100px;
    font-family: "Covered By Your Grace", cursive;
    padding-top: 20px;
    font-weight: 400;
    padding-bottom: 10px;
}

@media (max-width: 767.98px) {
    .milestone-block.position-icon-top .milestone-number {
        font-size: 60px;
        line-height: 60px;
    }
}

.milestone-block.position-icon-top .milestone-text {
    font-size: 18px;
    font-weight: 500;
    max-width: 220px;
    margin: 18px auto 0;
    line-height: 30px;
}

.milestone-block.position-icon-left {
    margin-bottom: 30px;
}

.milestone-block.position-icon-left:before,
.milestone-block.position-icon-left:after {
    content: " ";
    display: table;
}

.milestone-block.position-icon-left:after {
    clear: both;
}

.milestone-block.position-icon-left .milestone-icon {
    color: #e74d57;
    display: inline-block;
    text-align: center;
    float: none;
    margin: 0;
    width: 68px;
    height: 68px;
    margin-top: 8px;
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.milestone-block.position-icon-left .milestone-icon span {
    color: #e74d57;
    font-size: 38px;
    line-height: 1;
}

.milestone-block.position-icon-left .milestone-right {
    padding-left: 100px;
    text-align: left;
}

.milestone-block.position-icon-left .milestone-number {
    color: #18212e;
    text-align: left;
    font-size: 70px;
    line-height: 36px;
    font-family: "Covered By Your Grace", cursive;
    padding-top: 20px;
    font-weight: 400;
    padding-bottom: 10px;
}

@media (max-width: 767.98px) {
    .milestone-block.position-icon-left .milestone-number {
        font-size: 45px;
    }
}

.milestone-block.position-icon-left .milestone-text {
    font-size: 16px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    width: 100%;
    color: #18212e;
}

.milestone-block.position-icon-left.hightlight {
    max-width: 480px;
    padding-bottom: 50px;
    border-bottom: 2px solid #e95f68;
}

.milestone-block.position-icon-left.hightlight+.hightlight {
    margin-top: 50px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .milestone-block.position-icon-left.hightlight {
        padding-bottom: 20px;
    }
    .milestone-block.position-icon-left.hightlight+.hightlight {
        margin-top: 30px;
    }
}

.milestone-block.position-without-icon {
    text-align: center;
    padding: 60px 15px;
}

.milestone-block.position-without-icon .milestone-content {
    max-width: 250px;
    margin: 0 auto;
}

.milestone-block.position-without-icon .milestone-number,
.milestone-block.position-without-icon .symbol {
    font-size: 100px;
    line-height: 100px;
    color: #e74d57;
    font-family: "Covered By Your Grace", cursive;
    font-weight: 300;
}

@media (max-width: 991.98px) {
    .milestone-block.position-without-icon .milestone-number,
    .milestone-block.position-without-icon .symbol {
        font-size: 60px;
        line-height: 69px;
    }
}

@media (max-width: 767.98px) {
    .milestone-block.position-without-icon .milestone-number,
    .milestone-block.position-without-icon .symbol {
        font-size: 46px;
        line-height: 52px;
    }
}

.milestone-block.position-without-icon .milestone-text {
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
}

.milestone-block.text-light .milestone-number {
    color: #fff !important;
}

.milestone-block.text-light .milestone-text {
    color: #ffe6e8 !important;
}

.milestone-block.text-light .milestone-icon span {
    border-color: #fff;
    color: #fff;
}

.gsc-block-drupal {
    margin-bottom: 35px;
}

.gsc-block-drupal.hidden-title-off .block-inner .block-title h2 {
    display: none !important;
}

.gsc-block-drupal.title-align-center .block-title {
    text-align: center;
}

.gsc-block-drupal.title-align-left .block-title {
    text-align: left;
}

.gsc-block-drupal.title-align-right .block-title {
    text-align: right;
}

.gsc-block-drupal.text-light div {
    color: #fff;
}

.gsc-block-drupal.text-light .block-inner .block-title {
    color: #fff;
}

.gsc-block-drupal.text-light .block-inner .block-content *,
.gsc-block-drupal.text-light .block-inner .block-content div {
    color: #fff;
}

.gsc-block-drupal.text-light .block-inner .block-content *:after,
.gsc-block-drupal.text-light .block-inner .block-content *:before,
.gsc-block-drupal.text-light .block-inner .block-content div:after,
.gsc-block-drupal.text-light .block-inner .block-content div:before {
    color: rgba(255, 255, 255, 0.2);
}

.gsc-block-drupal.remove-margin-on {
    margin-bottom: 0 !important;
}

.gsc-block-drupal.remove-margin-on .block {
    margin-bottom: 0 !important;
}

.gsc-block-drupal.block-style-1 {
    padding: 40px 40px 50px;
    background: #ffec4e;
}

@media (max-width: 1199.98px) {
    .gsc-block-drupal.block-style-1 {
        padding: 50px 30px 60px;
    }
}

.gsc-content-images-parallax {
    width: 100%;
}

.gsc-content-images-parallax:before,
.gsc-content-images-parallax:after {
    content: " ";
    display: table;
}

.gsc-content-images-parallax:after {
    clear: both;
}

.gsc-content-images-parallax .images {
    width: calc(100% - 62px);
    position: relative;
}

@media (max-width: 767.98px) {
    .gsc-content-images-parallax .images {
        width: 100%;
        float: left;
    }
}

.gsc-content-images-parallax .content {
    width: 62px;
}

@media (max-width: 767.98px) {
    .gsc-content-images-parallax .content {
        width: 100%;
        float: left;
    }
}

.gsc-content-images-parallax .action {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .gsc-content-images-parallax .widget-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.gsc-content-images-parallax.left .images {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.gsc-content-images-parallax.style-v1 {
    margin-bottom: 60px;
}

.gsc-content-images-parallax.style-v1 .content {
    background: #e74d57;
    color: #fff;
    padding: 20px 0;
}

@media (max-width: 767.98px) {
    .gsc-content-images-parallax.style-v1 .images {
        max-width: 550px;
        margin: 0 auto;
    }
}

@media (max-width: 1199.98px) {
    .gsc-content-images-parallax.style-v1 .image-2 {
        width: 60%;
    }
}

.gsc-content-images-parallax.style-v1 .content {
    text-align: center;
    white-space: pre-wrap;
}

@media (max-width: 767.98px) {
    .gsc-content-images-parallax.style-v1 .content {
        white-space: normal;
        margin-top: 10px;
    }
}

.gsc-content-images-parallax.style-v1 .content .content-inner {
    display: inline-block;
}

.gsc-content-images-parallax.style-v1 .content .description {
    font-size: 16px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
}

@media (max-width: 767.98px) {
    .gsc-content-images-parallax.style-v1 .content .description {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
    }
}

.gsc-content-images-parallax.style-v1 .content .sub-title span {
    text-transform: capitalize;
    background: #e74d57;
    font-size: 11px;
    padding: 4px 10px;
    letter-spacing: 1.5px;
    color: #fff;
}

.gsc-content-images-parallax.style-v1 .content .title {
    font-size: 23px;
    position: relative;
    line-height: 42px;
    margin: 5px 0;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.gsc-content-images-parallax.style-v1 .content .title span {
    position: relative;
    z-index: 9;
}

.gsc-content-images-parallax.style-v1.right .image-1 {
    position: relative;
    z-index: 1;
    left: -10px;
}

.gsc-content-images-parallax.style-v1.right .image-2 {
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 9;
}

@media (max-width: 767.98px) {
    .gsc-content-images-parallax.style-v1.right .image-2 {
        top: -30px !important;
    }
}

.gsc-content-images-parallax.style-v1.left .image-1 {
    position: relative;
    left: 10px;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .gsc-content-images-parallax.style-v1.left .image-1 {
        left: 0;
    }
}

.gsc-content-images-parallax.style-v1.left .image-2 {
    position: absolute;
    bottom: -180px;
    right: 30px;
    z-index: 9;
}

@media (max-width: 767.98px) {
    .gsc-content-images-parallax.style-v1.left .image-2 {
        top: -30px !important;
    }
}

.gsc-content-images-parallax.style-v2 {
    margin-bottom: 30px;
}

.gsc-content-images-parallax.style-v2 .images {
    position: relative;
    width: 52%;
}

.gsc-content-images-parallax.style-v2 .images img {
    border: none;
}

@media (max-width: 575.98px) {
    .gsc-content-images-parallax.style-v2 .images {
        width: 100%;
    }
}

.gsc-content-images-parallax.style-v2 .content {
    text-align: center;
    padding-top: 80px;
    width: 48%;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 575.98px) {
    .gsc-content-images-parallax.style-v2 .content {
        width: 100%;
    }
}

.gsc-content-images-parallax.style-v2 .content .content-inner {
    display: inline-block;
    max-width: 480px;
    text-align: left;
}

.gsc-content-images-parallax.style-v2 .content .description {
    font-size: 16px;
    margin-top: 10px;
}

.gsc-content-images-parallax.style-v2 .content .sub-title span {
    text-transform: capitalize;
    background: #e74d57;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 5px;
    letter-spacing: 1.5px;
    color: #fff;
}

.gsc-content-images-parallax.style-v2 .content .title {
    font-size: 18px;
    position: relative;
    color: #18212e;
    line-height: 1.3;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.gsc-content-images-parallax.style-v2 .content .title span {
    position: relative;
    z-index: 9;
}

.gsc-content-images-parallax.style-v2 .action a {
    font-size: 12px;
}

.gsc-content-images-parallax.style-v2 .action a i {
    position: relative;
    top: 1px;
}

.gsc-content-images-parallax.style-v2.right {
    padding-bottom: 60px;
}

@media (max-width: 575.98px) {
    .gsc-content-images-parallax.style-v2.right {
        padding-bottom: 0;
    }
}

.gsc-content-images-parallax.style-v2.right .image-1 {
    position: relative;
    left: 0;
    top: 85px;
    z-index: 1;
    width: 50%;
}

.gsc-content-images-parallax.style-v2.right .image-2 {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    width: 50%;
}

.gsc-content-images-parallax.style-v2.left {
    padding-top: 60px;
}

@media (max-width: 575.98px) {
    .gsc-content-images-parallax.style-v2.left {
        padding-top: 0;
    }
}

.gsc-content-images-parallax.style-v2.left .image-1 {
    position: relative;
    left: 0;
    z-index: 1;
    width: 50%;
}

.gsc-content-images-parallax.style-v2.left .image-2 {
    position: absolute;
    top: 85px;
    left: 50%;
    width: 50%;
    z-index: 9;
}

.gsc-video-box {
    position: relative;
    margin: 0 auto;
}

.gsc-video-box .icon {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    display: inline-block;
    border-radius: 50%;
    font-size: 24px;
    line-height: 110px;
    color: #fff;
    background: #e74d57;
    text-align: center;
}

@media (max-width: 767.98px) {
    .gsc-video-box .icon {
        width: 65px;
        height: 65px;
        font-size: 20px;
        line-height: 65px;
    }
    .gsc-video-box .icon:after {
        border-width: 10px;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
    }
}

.gsc-video-box .icon:after {
    content: '';
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    position: absolute;
    z-index: 1;
    border: 20px solid rgba(24, 33, 46, 0.4);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gsc-video-box:hover .icon {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.gsc-video-box .sub-title {
    color: #ffec4e;
    font-family: "Covered By Your Grace", cursive;
    font-size: 26px;
    font-weight: 400;
}

.gsc-video-box .video-title {
    font-size: 30px;
}

.gsc-video-box.style-1 {
    text-align: center;
}

.gsc-video-box.style-1 .popup-video {
    display: inline-block;
    margin-bottom: 60px;
}

.gsc-video-box.style-1 .video-title {
    font-size: 56px;
    letter-spacing: -2.24px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .gsc-video-box.style-1 .video-title {
        font-size: 36px;
        letter-spacing: 0;
    }
}

.gsc-video-box.style-2 {
    margin-top: 120px;
    border-top: 2px solid rgba(255, 255, 255, 0.05);
    padding-top: 60px;
}

@media (max-width: 991.98px) {
    .gsc-video-box.style-2 {
        margin-top: 60px;
    }
}

.gsc-video-box.style-2 .video-title {
    color: #fff;
    font-size: 50px;
    letter-spacing: -2px;
}

@media (min-width: 1200px) {
    .gsc-video-box.style-2 .video-title {
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {
    .gsc-video-box.style-2 .video-title {
        font-size: 30px;
        letter-spacing: 0px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .gsc-video-box.style-2 .video-content {
        float: left;
        width: 75%;
        padding-right: 30px;
    }
    .gsc-video-box.style-2 .video-inner {
        float: right;
        width: 25%;
    }
}

.gsc-video-box.style-2 .video-inner {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.gsc-video-box.style-2 .popup-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 19;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gsc-video-box.style-2 .icon {
    width: 65px;
    height: 65px;
    font-size: 20px;
    line-height: 65px;
}

.gsc-video-box.style-2 .icon:after {
    border-width: 10px;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}

.gsc-video-box.style-2 .image {
    position: relative;
}

.gsc-video-box.style-2 .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.gsc-video-box.style-3 .icon {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 194px;
    height: 194px;
    font-size: 40px;
    line-height: 194px;
    background: #fff;
    color: #18212e;
}

@media (max-width: 991.98px) {
    .gsc-video-box.style-3 .icon {
        width: 100px;
        height: 100px;
        font-size: 30px;
        line-height: 100px;
    }
}

.gsc-video-box.style-3 .icon:after {
    content: none;
}

.gsc-video-box.style-3 .icon:hover {
    background: #e74d57;
    color: #fff;
}

.gsc-video-box.style-3 .popup-video {
    position: absolute;
    left: 0;
    bottom: 0;
}

.gsc-video-box.style-3 .video-inner {
    position: relative;
}

.gsc-links .content-inner {
    max-width: 1000px;
    margin: 0 auto 0;
    position: relative;
    top: 0;
}

.gsc-links .content-inner .box-content {
    padding: 15px 5px;
}

.gsc-links .content-inner .box-content a {
    text-align: center;
}

.gsc-links .content-inner .box-content a span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 11px;
}

.gsc-links .content-inner .box-content a span.icon {
    font-size: 24px;
}

.gsc-links .content-inner .box-content a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #000;
}

.gsc-links .content-inner .box-content a.o_active {
    color: #e74d57;
}

.gsc-links .btn-hidden-links {
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 9;
    display: none;
    font-size: 32px;
    line-height: 1;
}

.gsc-links .btn-hidden-links.hidden-menu {
    top: 26px;
}

.gsc-links .btn-hidden-links.hidden-menu span:before {
    content: "\f20e";
}

.gsc-links.stuck {
    background: #fff;
    margin-top: 0 !important;
    right: 0;
    left: auto;
}

@media (max-width: 1200px) {
    .gsc-links.stuck {
        padding-right: 70px;
    }
}

.gsc-links.stuck .btn-hidden-links {
    display: block;
}

.gsc-links.stuck.hidden-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    top: -120px;
}

.gsc-links.stuck.hidden-menu .content-inner {
    opacity: 0;
    filter: alpha(opacity=0);
}

.gsc-links.stuck.hidden-menu .btn-hidden-links {
    position: fixed;
}

.gsc-links:hover .box-content a {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.gsc-tabs-content .nav-tabs {
    text-align: center;
    margin-bottom: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.gsc-tabs-content .nav-tabs>li {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

@media (max-width: 767.98px) {
    .gsc-tabs-content .nav-tabs>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.gsc-tabs-content .nav-tabs>li>a {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 30px;
    display: inline-block;
    width: 100%;
    color: #fff;
}

@media (max-width: 991.98px) {
    .gsc-tabs-content .nav-tabs>li>a {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .gsc-tabs-content .nav-tabs>li>a {
        width: 100%;
    }
}

.gsc-tabs-content .nav-tabs>li>a.active {
    background: #fff !important;
    color: #18212e !important;
}

.gsc-tabs-content .tab-content {
    padding-top: 100px;
    background: #fff;
}

@media (max-width: 991.98px) {
    .gsc-tabs-content .tab-content {
        padding-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .gsc-tabs-content .tab-content {
        padding: 15px;
    }
}

.gsc-tabs-content .icon-tab {
    font-size: 60px;
    margin-bottom: 40px;
    color: #e74d57;
    float: left;
}

.gsc-tabs-content .images {
    float: left;
    width: 50%;
    padding-right: 60px;
}

@media (max-width: 991.98px) {
    .gsc-tabs-content .images {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
}

.gsc-tabs-content .content-inner {
    float: left;
    width: 50%;
}

@media (max-width: 991.98px) {
    .gsc-tabs-content .content-inner {
        width: 100%;
    }
}

.gsc-tabs-content .content-inner strong {
    font-weight: 600;
}

.gsc-team .social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.gsc-team .social-icons a:hover {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.gsc-team .team-name {
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    margin: 0;
    font-family: "Covered By Your Grace", cursive;
}

.gsc-team .team-position {
    text-transform: capitalize;
    color: #e74d57;
    font-weight: 400;
    font-size: 13px;
}

.gsc-team .team-info {
    margin: 15px 0;
}

.gsc-team.team-horizontal {
    margin-top: 50px;
}

.gsc-team.team-horizontal .team-header {
    position: relative;
    overflow: hidden;
}

.gsc-team.team-horizontal .team-header img {
    -webkit-transition: all 3s;
    transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    display: inline-block;
}

.gsc-team.team-horizontal .team-header .box-hover {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.gsc-team.team-horizontal .team-header .box-hover .content-inner {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 20px;
}

.gsc-team.team-horizontal .team-header .social-list a {
    background: none;
    color: #fff !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    margin-right: 20px;
    display: inline-block;
    font-size: 16px;
}

.gsc-team.team-horizontal .team-header .social-list a:last-child {
    margin-right: 0;
}

.gsc-team.team-horizontal .team-header .social-list a:hover {
    color: #e74d57 !important;
}

.gsc-team.team-horizontal .team-name {
    font-size: 14px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    padding: 0 0 12px;
    position: relative;
    font-weight: 800;
}

.gsc-team.team-horizontal .team-name:after {
    bottom: 0;
    left: 0;
    content: "";
    background: #e74d57;
    width: 45px;
    height: 1px;
    position: absolute;
}

.gsc-team.team-horizontal:hover .box-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gsc-team.team-horizontal:hover .team-header img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.gsc-team.team-vertical {
    position: relative;
    margin: 0 0 30px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

@media (max-width: 767.98px) {
    .gsc-team.team-vertical {
        max-width: 350px;
        margin: 0 auto 30px;
    }
}

.gsc-team.team-vertical:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    top: 0;
    left: 0;
    z-index: 9;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.gsc-team.team-vertical .team-block-inner {
    position: relative;
    overflow: hidden;
}

.gsc-team.team-vertical .team-image img {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    top: 0;
}

.gsc-team.team-vertical .team-content {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    background: url("../images/bg-team.png") repeat center center transparent;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 10px solid #fff;
    z-index: 99;
}

.gsc-team.team-vertical .team-content .content-inner {
    z-index: 11;
    position: relative;
    padding: 15px;
    text-align: center;
}

.gsc-team.team-vertical .team-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffec4e;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.gsc-team.team-vertical .team-email {
    display: none;
}

.gsc-team.team-vertical .team-name {
    font-weight: 700;
    color: #000;
    margin: 12px 0 2px;
    line-height: 24px;
    font-size: 18px;
}

.gsc-team.team-vertical .team-name a:hover,
.gsc-team.team-vertical .team-name a:focus,
.gsc-team.team-vertical .team-name a:active {
    color: #fff;
}

.gsc-team.team-vertical .team-job {
    font-weight: 300;
}

.gsc-team.team-vertical .team-socials {
    position: relative;
    padding-bottom: 10px;
}

.gsc-team.team-vertical .team-socials:after {
    content: "";
    width: 35px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -22.5px;
    z-index: 1;
}

.gsc-team.team-vertical .team-socials>a {
    font-size: 18px;
    margin: 0 5px;
}

.gsc-team.team-vertical .team-socials>a:hover,
.gsc-team.team-vertical .team-socials>a:focus,
.gsc-team.team-vertical .team-socials>a:active {
    color: #fff;
}

.gsc-team.team-vertical:hover {
    -webkit-box-shadow: 2px 5px 15px 0px rgba(2, 40, 78, 0.18);
    box-shadow: 2px 5px 15px 0px rgba(2, 40, 78, 0.18);
}

.gsc-team.team-vertical:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gsc-team.team-vertical:hover .team-image img {
    top: -20px;
}

.gsc-team.team-vertical:hover .team-content {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
}

.gsc-team.team-circle {
    margin-bottom: 30px;
    position: relative;
    background: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gsc-team.team-circle .team-header {
    overflow: hidden;
    position: relative;
}

.gsc-team.team-circle .team-header img {
    -webkit-transition: all 3s;
    transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gsc-team.team-circle .team-header .social-list {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
}

.gsc-team.team-circle .team-header .social-list a {
    background: none;
    color: #fff !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    margin-right: 20px;
    display: inline-block;
    font-size: 16px;
}

.gsc-team.team-circle .team-header .social-list a:last-child {
    margin-right: 0;
}

.gsc-team.team-circle .team-header .social-list a:hover {
    color: #e74d57 !important;
}

.gsc-team.team-circle .team-name {
    padding: 0;
    color: #18212e;
}

.gsc-team.team-circle .team-position {
    color: #999;
    margin: 5px 0 0;
}

.gsc-team.team-circle .team-content {
    color: #999;
}

.gsc-team.team-circle .box-hover {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gsc-team.team-circle .box-hover .team-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 20px;
}

.gsc-team.team-circle .team-body {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: center;
}

.gsc-team.team-circle .team-body .content-hover {
    opacity: 0;
    filter: alpha(opacity=0);
}

.gsc-team.team-circle .team-body .info {
    padding: 20px 15px;
    position: relative;
    margin-top: -35px;
    z-index: 9;
    background: #fff;
}

.gsc-team.team-circle:hover .box-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pricing-table {
    position: relative;
    background-color: #fff;
    top: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: 1px solid #F3F5FA;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 6px;
}

@media (max-width: 767.98px) {
    .pricing-table {
        margin-bottom: 35px;
    }
}

.pricing-table ul li {
    list-style: none;
}

.pricing-table .plan-name {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-weight: 400;
    padding: 15px 0 10px;
    text-align: center;
    color: #e74d57;
    font-family: "Covered By Your Grace", cursive;
    font-size: 40px;
}

.pricing-table .content-wrap {
    max-width: 250px;
    margin: 0 auto;
}

.pricing-table .content-wrap .plan-price {
    margin: 0 0 10px;
    padding: 0 0 30px;
    text-align: center;
    border-bottom: 2px solid #F3F5FA;
}

.pricing-table .content-wrap .plan-price .price-value {
    display: inline-block;
}

.pricing-table .content-wrap .plan-price .price-value .dollar {
    font-size: 28px;
    display: inline-block;
    position: relative;
    line-height: 34px;
    float: left;
    color: #18212e;
}

.pricing-table .content-wrap .plan-price .price-value .value {
    font-size: 54px;
    display: inline-block;
    line-height: 50px;
    float: left;
    color: #18212e;
}

.pricing-table .content-wrap .plan-price .interval {
    margin-top: 26px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    position: relative;
    display: block;
    float: left;
}

.pricing-table .plan-list {
    padding: 15px 0 0;
    text-align: center;
}

.pricing-table .plan-list ul {
    padding: 0;
}

.pricing-table .plan-list ul li {
    padding: 5px 0 5px;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    position: relative;
}

.pricing-table .plan-signup {
    margin-top: 30px;
    text-align: center;
}

.pricing-table .plan-signup a {
    text-align: center;
}

@media (max-width: 991.98px) {
    .pricing-table .plan-signup a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.pricing-table:hover {
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}

.pricing-table.highlight-plan {
    -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
}

.gsc-quotes-rotator .cbp-qtrotator {
    position: relative;
    width: 100%;
    z-index: 1;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    min-height: 100px;
    border-top: 1px solid #dee2e6;
    padding: 10px 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title {
        font-size: 28px;
        line-height: 36px;
    }
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-inner {
    font-size: 14px;
    line-height: 30px;
}

.gsc-quotes-rotator .no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.gsc-quotes-rotator .no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:before,
.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}

.gsc-quotes-rotator .cbp-qtprogress {
    position: absolute;
    background: #e74d57;
    height: 1px;
    width: 0%;
    top: 0;
    z-index: 1000;
}

.gsc-quotes-rotator .cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
}

.gsc-quotes-rotator.text-light {
    color: #fff;
}

.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-inner {
    color: #fff;
}

.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-title {
    color: #fff;
}

.gva-job-box {
    padding: 30px;
    border: 1px solid #dee2e6;
    background-color: #fff;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}

.gva-job-box .logo-inner {
    width: 60px;
    text-align: center;
    display: table-cell;
}

.gva-job-box .content-inner {
    display: table-cell;
    padding-left: 20px;
}

.gva-job-box .content-inner .job-type {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    color: #e74d57;
}

.gva-job-box .content-inner .box-title {
    margin-bottom: 10px;
}

.gva-job-box .content-inner .box-title .title {
    font-size: 18px;
    font-weight: 600;
    color: #18212e;
    text-transform: capitalize;
}

.gva-job-box .content-inner .information ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gva-job-box .content-inner .information ul li {
    position: relative;
    font-size: 14px;
}

.gva-job-box .content-inner .information ul li i {
    color: #e74d57;
    width: 20px;
    text-align: left;
    font-size: 14px;
}

.gsc-our-gallery {
    margin-bottom: 30px;
}

.gsc-our-gallery:hover a.image-popup {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gsc-our-gallery .image {
    text-align: center;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.gsc-our-gallery a.image-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(231, 77, 87, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.gsc-our-gallery .item .box-content {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 35px 30px;
    background: #e74d57;
    z-index: 9;
    max-width: 55%;
}

.gsc-our-gallery .item .box-content .title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media (max-width: 575.98px) {
    .gsc-our-gallery .item .box-content .title {
        font-size: 18px;
        line-height: 24px;
    }
}

.gsc-our-gallery .item .box-content .title:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #ffec4e;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.gsc-our-gallery .item .box-content .desc {
    color: #fff;
}

@media (max-width: 575.98px) {
    .gsc-our-gallery .item .box-content .desc {
        display: none;
    }
}

.gsc-our-gallery .owl-nav .owl-prev {
    bottom: 15px;
    left: 15px;
}

.gsc-our-gallery .owl-nav .owl-next {
    bottom: 15px;
    left: 60px;
    right: auto;
}

.gsc-box-hover {
    background-color: #fff;
    padding: 50px;
    border: 2px solid #F3F5FA;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .gsc-box-hover {
        padding: 30px;
    }
}

@media (max-width: 991.98px) {
    .gsc-box-hover {
        min-height: 100px !important;
    }
}

.gsc-box-hover .overlay-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}

.gsc-box-hover .content-frontend {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 50px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

@media (max-width: 1199.98px) {
    .gsc-box-hover .content-frontend {
        padding: 30px;
    }
}

@media (max-width: 991.98px) {
    .gsc-box-hover .content-frontend {
        opacity: 0;
        top: -250px;
    }
}

.gsc-box-hover .content-frontend .icon {
    margin-bottom: 20px;
}

.gsc-box-hover .content-frontend .icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e74d57;
    color: #fff;
    border-radius: 50%;
}

.gsc-box-hover .content-frontend .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.gsc-box-hover .content-backend {
    opacity: 0;
    position: relative;
    top: 250px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

@media (max-width: 991.98px) {
    .gsc-box-hover .content-backend {
        opacity: 1;
        top: 0;
    }
}

.gsc-box-hover .content-backend .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}

.gsc-box-hover:hover .content-frontend,
.gsc-box-hover.highlight .content-frontend {
    opacity: 0;
    top: -250px;
}

.gsc-box-hover:hover .content-backend,
.gsc-box-hover.highlight .content-backend {
    opacity: 1;
    top: 0;
}

.gsc-text-rotate .rotate-text {
    max-width: 900px;
}

.gsc-text-rotate .rotate-text .primary-text {
    font-size: 38px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.gsc-text-rotate .rotate-text .second-text {
    max-width: 690px;
    margin: 6px auto 0;
}

.gsc-text-rotate .rotate-text .link {
    margin-top: 20px;
}

.gsc-text-rotate.align-center .rotate-text {
    margin: 0 auto;
    text-align: center;
}

.gsc-text-rotate.align-left .rotate-text {
    float: left;
    text-align: left;
}

.gsc-text-rotate.align-left .primary-text {
    text-align: left;
}

.gsc-text-rotate.align-left .second-text {
    text-align: left;
}

.gsc-text-rotate.align-left .link {
    text-align: left;
}

.gsc-text-rotate.text-light .rotate-text .primary-text {
    color: #fff;
}

.gsc-text-rotate.text-light .rotate-text .second-text {
    color: #fff;
}

.gsc-heading {
    padding: 0 0 45px;
    display: block;
    width: 100%;
}

.gsc-heading:before,
.gsc-heading:after {
    content: " ";
    display: table;
}

.gsc-heading:after {
    clear: both;
}

@media (max-width: 767.98px) {
    .gsc-heading {
        padding: 0 0 30px;
    }
}

.gsc-heading .title {
    position: relative;
    margin: 0;
    margin-top: 5px;
}

.gsc-heading .sub-title {
    color: #e74d57;
    font-family: "Covered By Your Grace", cursive;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.gsc-heading .title-desc {
    clear: both;
    max-width: 700px;
    margin: 40px auto;
    line-height: 32px;
}

.gsc-heading .title-desc p {
    margin-bottom: 0;
}

.gsc-heading .heading-action {
    margin-top: 46px;
}

.gsc-heading.align-center {
    text-align: center;
}

.gsc-heading.align-left {
    text-align: left;
}

.gsc-heading.align-left .heading-line {
    float: left;
    clear: both;
}

.gsc-heading.align-left .title-desc {
    float: left;
}

.gsc-heading.align-left .title-icon {
    padding-left: 50px;
}

.gsc-heading.align-right .heading-line {
    float: right;
    clear: both;
}

.gsc-heading.align-right {
    text-align: right;
}

.gsc-heading.align-right .title-desc {
    float: right;
}

.gsc-heading.style-1 .title {
    font-size: 56px;
    letter-spacing: -2.24px;
    padding-bottom: 0;
}

@media (max-width: 767.98px) {
    .gsc-heading.style-1 .title {
        font-size: 36px;
        letter-spacing: 0;
    }
}

.gsc-heading.style-1 .title span {
    color: #e74d57;
    font-family: "Covered By Your Grace", cursive;
    font-size: 70px;
    font-weight: 400;
}

.gsc-heading.style-2 {
    background: rgba(231, 77, 87, 0.8);
    padding: 30px;
    margin: 30px;
}

@media (max-width: 991.98px) {
    .gsc-heading.style-2 {
        max-width: 350px;
    }
}

@media (max-width: 400px) {
    .gsc-heading.style-2 {
        max-width: 260px;
    }
}

@media (min-width: 1200px) {
    .gsc-heading.style-2 {
        margin: 0;
    }
    .gsc-heading.style-2 .heading-content {
        height: 804px;
        max-width: 380px;
        margin: 0 auto;
        padding-top: 120px;
        padding-left: 15px;
        padding-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.gsc-heading.style-2 .title {
    letter-spacing: -1.6px;
}

.gsc-heading.style-2 .btn-inline {
    color: #fff;
}

.gsc-heading.text-light .title-sub {
    color: #fff;
}

.gsc-heading.text-light .title {
    color: #fff;
}

.gsc-heading.text-light .sub-title span {
    color: rgba(255, 255, 255, 0.9);
}

.gsc-heading.text-light.align-left-2 .heading-top:after {
    background: #fff;
}

.gsc-heading.text-light .title-desc {
    color: #F3F5FA;
}

.gsc-chart {
    text-align: center;
}

.gsc-chart .easyPieChart {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    text-align: center;
    display: inline-block;
}

.gsc-chart .easyPieChart:last-child {
    margin-right: 0;
}

.gsc-chart .easyPieChart span {
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.gsc-chart .easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.gsc-chart .content {
    text-align: center;
}

.gsc-chart .content>div {
    display: block;
}

.gsc-chart .content .icon {
    font-size: 25px;
    margin-top: 5px;
}

.gsc-chart .content .title {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #000;
}

.gsc-map {
    position: relative;
}

.gsc-map .content-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    max-width: 960px;
    width: 100%;
    padding: 50px 30px 30px;
    background: #fff;
    left: 50%;
    margin-left: -480px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 980px) {
    .gsc-map .content-inner {
        position: static;
        margin-left: 0;
        padding: 20px;
    }
}

.gsc-map .content-inner.close-content {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    top: 120px;
}

.gsc-map .content-inner.close-content .link-open-content {
    display: block;
}

.gsc-map .content-inner .content-inner-inner {
    max-width: 780px;
    margin: 0 auto;
}

.gsc-map .content-inner .content-inner-inner .title {
    font-size: 42px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .gsc-map .content-inner .content-inner-inner .title {
        font-size: 30px;
        margin-top: 20px;
    }
}

.gsc-map .content-inner .link-close-content {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    line-height: 1;
}

@media (max-width: 980px) {
    .gsc-map .content-inner .link-close-content {
        display: none;
    }
}

.gsc-map .link-open-content {
    width: 60px;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
    z-index: 1;
    text-align: center;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    overflow: hidden;
}

@media (max-width: 980px) {
    .gsc-map .link-open-content {
        display: none !important;
    }
}

.gsc-map .link-open-content a {
    display: block;
    color: #fff;
    line-height: 36px;
    background: #e74d57;
    font-size: 16px;
}

.gsc-map .link-open-content a:hover {
    background: #cc1c27;
    color: #fff;
}

.gsc-map .info {
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.gsc-map .info span.icon {
    font-size: 18px;
    top: 5px;
    left: 0;
    position: absolute;
    z-index: 1;
    color: #000;
}

.gsc-map .phone {
    color: #e74d57;
}

.gsc-map .social-inline {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 0;
}

.gsc-map .social-inline>a {
    margin: 0 10px 0 0;
    font-size: 16px;
}

.gsc-quote {
    position: relative;
    padding-top: 125px;
}

.gsc-quote:after {
    position: absolute;
    content: "";
    background: url("../images/testimonial-icon.png") no-repeat center center transparent;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50px;
    z-index: 1;
}

.gsc-quote .content {
    line-height: 28px;
}

.gsc-quote .signature {
    margin-top: 60px;
}

.gsc-quote .position {
    margin-top: 25px;
}

.gsc-quote-text {
    position: relative;
    padding: 30px 30px 30px 70px;
    margin-bottom: 35px;
}

.gsc-quote-text .icon {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 1;
    font-size: 20px;
    color: #e74d57;
}

.gsc-quote-text .content {
    line-height: 30px;
    font-size: 16px;
    color: #999999;
}

.gsc-quote-text.has-border {
    border: 2px solid #dee2e6;
}

.gsc-box-color {
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 35px;
    background: #e74d57;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.gsc-box-color .box-content {
    text-align: center;
}

.gsc-box-color .box-content .content-inner {
    padding: 15px 30px 15px;
}

@media (max-width: 767.98px) {
    .gsc-box-color .box-content .content-inner {
        padding: 15px;
    }
}

.gsc-box-color .box-content .box-title {
    font-size: 16px;
    line-height: 30px;
    text-transform: none;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px;
}

.gsc-box-color .box-content .icon {
    font-size: 24px;
    margin-left: 10px;
}

.gsc-box-color .box-content .content {
    font-size: 16px;
    line-height: 25px;
}

.gsc-box-color .box-content .action {
    margin: 15px 0 0;
}

.gsc-box-color .box-content .link {
    display: inline-block;
    font-weight: 700;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 12px;
    z-index: 9;
    padding: 6px 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    color: #fff;
}

.gsc-box-color .box-content .link .text {
    position: relative;
    z-index: 9;
}

.gsc-box-color .box-content .link .background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-box-color .box-content .link:hover .background {
    background: rgba(0, 0, 0, 0.5);
}

.gsc-box-color.text-white .box-title,
.gsc-box-color.text-white .content,
.gsc-box-color.text-white .link {
    color: #fff;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {
    padding: 15px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-bottom: 0;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs>li a {
    display: block;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content {
    border: 1px solid #dee2e6;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
    background: #fff;
    padding: 30px;
}

.gsc-tabs .tabs_wrapper.tabs_vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
    width: 25%;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 50%;
    background: #fff;
    border: 1px solid #dee2e6;
    border-right: 0;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li {
    display: block;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    padding-top: 24px;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a {
    width: 100%;
    display: block;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li:last-child {
    margin-bottom: 0;
    border: none;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {
    width: 75%;
    float: left;
    width: 75%;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
    background: #fff;
    padding: 30px;
    border: 1px solid #dee2e6;
}

.gsc-button {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border: 2px solid transparent;
    margin-bottom: 20px;
    display: inline-block;
    clear: both;
}

.gsc-button.radius-2x {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.gsc-button.radius-5x {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.gsc-button.mini {
    font-size: 10px;
    padding: 3px 10px;
}

.gsc-button.small {
    font-size: 10px;
    padding: 8px 15px;
}

.gsc-button.medium {
    font-size: 12px;
    padding: 12px 35px;
}

.gsc-button.large {
    font-size: 14px;
    padding: 18px 60px;
}

.gsc-button.extra-large {
    font-size: 14px;
    padding: 20px 60px;
}

.gsc-our-partners {
    margin-bottom: 45px;
}

.gsc-our-partners:before,
.gsc-our-partners:after {
    content: " ";
    display: table;
}

.gsc-our-partners:after {
    clear: both;
}

.gsc-our-partners .image {
    width: 35%;
    float: left;
}

@media (max-width: 500px) {
    .gsc-our-partners .image {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

.gsc-our-partners .content-inner {
    width: 65%;
    float: left;
    padding-left: 30px;
}

@media (max-width: 500px) {
    .gsc-our-partners .content-inner {
        width: 100%;
        padding-left: 0;
    }
}

.gsc-our-partners .content-inner .title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.gsc-our-partners .content-inner .info {
    font-size: 14px;
    padding: 5px 0 12px;
    font-weight: 500;
    color: #000;
}

.gsc-our-partners .content-inner .info .category {
    color: #e74d57;
}

@media (max-width: 991.98px) {
    .gsc-image {
        margin-bottom: 30px;
        margin-top: 0 !important;
        text-align: center !important;
    }
}

@media (max-width: 991.98px) {
    .gsc-image-content {
        margin-bottom: 30px;
    }
}

.gsc-image-content.skin-v1 {
    position: relative;
}

.gsc-image-content.skin-v1 .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

@media (min-width: 768px) {
    .gsc-image-content.skin-v1 .box-content {
        position: absolute;
        bottom: 0;
        left: 0px;
        max-width: 380px;
        margin-left: 30px;
    }
}

.gsc-image-content.skin-v1 .box-content-inner {
    padding: 50px 50px 40px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #dee2e6;
}

@media (max-width: 991.98px) {
    .gsc-image-content.skin-v1 .box-content-inner {
        padding: 30px;
    }
}

.gsc-image-content.skin-v1 .box-content-inner:before,
.gsc-image-content.skin-v1 .box-content-inner:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.gsc-image-content.skin-v1 .box-content-inner:before {
    background: #ffec4e;
    left: 0;
}

.gsc-image-content.skin-v1 .box-content-inner:after {
    background: #e74d57;
    right: 0;
}

.gsc-image-content.skin-v2 .image {
    position: relative;
    overflow: hidden;
}

.gsc-image-content.skin-v2 .title {
    font-weight: 600;
}

.gsc-image-content.skin-v2 .box-content {
    padding: 30px;
    background: #fff;
    position: relative;
}

.gsc-image-content.skin-v2 .box-content:before,
.gsc-image-content.skin-v2 .box-content:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.gsc-image-content.skin-v2 .box-content:before {
    background: #ffec4e;
    left: 0;
}

.gsc-image-content.skin-v2 .box-content:after {
    background: #e74d57;
    right: 0;
}

.gsc-image-content.skin-v3 {
    max-width: 600px;
    position: relative;
    overflow: hidden;
}

.gsc-image-content.skin-v3 .image {
    position: relative;
}

.gsc-image-content.skin-v3 .box-content {
    padding: 30px;
    background: #e74d57;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 11;
    max-width: 340px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .gsc-image-content.skin-v3 .box-content {
        position: relative;
        max-width: 100%;
        margin-top: 10px;
    }
}

.gsc-image-content.skin-v3 .box-content .title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}

.gsc-image-content.skin-v3 .box-content .title a {
    color: #fff;
}

.gsc-image-content.skin-v3 .box-content .title a:hover {
    text-decoration: underline;
}

.gsc-service-carousel {
    text-align: center;
}

.gsc-service-carousel .item .content-inner {
    border: 1px solid #dee2e6;
    background: #fff;
    text-align: center;
    min-height: 170px;
    padding: 20px 30px 0;
    margin-bottom: 30px;
    margin-top: 10px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-service-carousel .item .content-inner .icon i {
    font-size: 38px;
    color: #e74d57;
    line-height: 60px;
}

.gsc-service-carousel .item .content-inner .title {
    margin-top: 10px;
}

.gsc-service-carousel .item .content-inner .title a {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 20px;
    display: inline-block;
}

.gsc-service-carousel .item .content-inner:hover,
.gsc-service-carousel .item .content-inner:focus,
.gsc-service-carousel .item .content-inner:active {
    -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-color: transparent;
}

.gsc-service-carousel .read-more {
    margin-top: 30px;
}

.gsc-box-download {
    background: #e74d57;
    color: #fff;
    padding: 30px;
    margin: 20px 0;
}

.gsc-box-download .info .title {
    font-size: 18px;
}

.gsc-box-download .info .desc {
    font-size: 12px;
    line-height: 24px;
}

.gsc-box-download .box-files a {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    background: #fff;
    padding: 15px;
    width: 100%;
}

.gsc-box-download.horizontal:before,
.gsc-box-download.horizontal:after {
    content: " ";
    display: table;
}

.gsc-box-download.horizontal:after {
    clear: both;
}

.gsc-box-download.horizontal .info {
    width: 70%;
    float: left;
}

@media (max-width: 575.98px) {
    .gsc-box-download.horizontal .info {
        width: 100%;
        margin-bottom: 15px;
    }
}

.gsc-box-download.horizontal .box-files {
    width: 30%;
    float: left;
}

@media (max-width: 575.98px) {
    .gsc-box-download.horizontal .box-files {
        width: 100%;
    }
}

.gsc-socials.style-1 {
    text-align: right;
}

.gsc-socials.style-1:before,
.gsc-socials.style-1:after {
    content: " ";
    display: table;
}

.gsc-socials.style-1:after {
    clear: both;
}

.gsc-socials.style-1 a {
    width: auto;
    color: #191b1c;
    background: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    margin: 0 10px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-socials.style-1 a:hover,
.gsc-socials.style-1 a:active,
.gsc-socials.style-1 a:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.gsc-socials.style-2 {
    margin-bottom: 30px;
}

.gsc-socials.style-2 a {
    color: #747b86;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    margin-right: 12px;
    font-size: 14px;
}

.gsc-socials.style-2 a:last-child {
    margin-right: 0;
}

.gsc-socials.style-2 a:hover,
.gsc-socials.style-2 a:focus,
.gsc-socials.style-2 a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.gsc-socials.style-2 a i {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
}

.gsc-socials.style-2 a i.fa-facebook-square,
.gsc-socials.style-2 a i.fa-facebook {
    background: #3b5998;
}

.gsc-socials.style-2 a i.fa-twitter,
.gsc-socials.style-2 a i.fa-twitter-square {
    background: #4099ff;
}

.gsc-socials.style-2 a i.fa-skype {
    background: #12a5f4;
}

.gsc-socials.style-2 a i.fa-dribbble {
    background: #ea4c89;
}

.gsc-socials.style-2 a i.fa-linkedin-square,
.gsc-socials.style-2 a i.fa-linkedin {
    background: #0e76a8;
}

.gsc-socials.style-2 a i.fa-apple {
    background: #f2f2f2;
}

.gsc-socials.style-2 a i[class*="fa-pinterest"] {
    background: #c92228;
}

.gsc-socials.style-2 a i.fa-google-plus-square,
.gsc-socials.style-2 a i.fa-google-plus {
    background: #d34836;
}

.gsc-socials.style-2 a i.fa-youtube-square,
.gsc-socials.style-2 a i.fa-youtube {
    background: #c4302b;
}

.gsc-socials.style-2 a i.fa-vimeo-square,
.gsc-socials.style-2 a i.fa-vimeo {
    background: #4ebbff;
}

.gsc-socials.style-2 a i.fa-tumblr-square,
.gsc-socials.style-2 a i.fa-tumblr {
    background: #35465c;
}

.gsc-socials.style-2 a i.fa-xing-square,
.gsc-socials.style-2 a i.fa-xing {
    background: #126567;
}

.gsc-socials.style-2 a i.fa-instagram {
    background: #e8e2d9;
}

.gsc-socials.style-2 a i.fa-behance {
    background: #0075FF;
}

.gsc-instagram .title {
    color: #242527;
    font-size: 35px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 300;
}

.gsc-instagram .title a {
    color: #e74d57;
    border-bottom: 1px solid #e74d57;
}

.gsc-instagram .title a:hover,
.gsc-instagram .title a:focus,
.gsc-instagram .title a:active {
    color: #000;
}

.gsc-instagram.style-2 .owl-carousel {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.gsc-instagram.style-2 .owl-carousel .owl-item>.item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gsc-progress-box {
    border: 1px solid #dee2e6;
    padding: 60px 60px 46px;
    position: relative;
    text-align: center;
    border-radius: 6px;
}

@media (max-width: 991.98px) {
    .gsc-progress-box {
        padding: 35px 30px 35px;
    }
}

.gsc-progress-box .icon-box {
    width: 40px;
    height: 40px;
    background: #F3F5FA;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #e74d57;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    z-index: 11;
    font-size: 12px;
}

.gsc-progress-box .title {
    font-size: 22px;
    margin: 35px 0;
    font-weight: 500;
}

.gsc-progress-box .heading-box {
    line-height: 1;
}

.gsc-progress-box .heading-box .step-number {
    font-size: 100px;
    color: #e74d57;
    font-weight: 300;
    display: inline-block;
    line-height: 76px;
}

#gva-preloader {
    position: fixed;
    background: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.cssload-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    margin-top: -100px;
}

.cssload-container .wait-text {
    text-align: center;
    padding-bottom: 15px;
    color: #000;
}

.cssload-container .cssload-item {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 131px;
    height: 131px;
    background-color: #fff;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
    -o-box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
    -ms-box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
    -webkit-box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
    -moz-box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
}

.cssload-container .cssload-moon {
    border-bottom: 26px solid #e74d57;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    animation: spin 1.45s ease infinite;
    -o-animation: spin 1.45s ease infinite;
    -ms-animation: spin 1.45s ease infinite;
    -webkit-animation: spin 1.45s ease infinite;
    -moz-animation: spin 1.45s ease infinite;
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.blur {
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-filter: url(#blur-filter);
    filter: url(#blur-filter);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.blur-svg {
    display: none;
}

.hover-in {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.hover-out {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

@media (max-width: 991.98px) {
    .area-main-menu {
        min-height: 60px;
    }
    .gva-offcanvas-mobile {
        background: #fff;
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 350px;
        top: 0;
        bottom: 0;
        z-index: 999;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        webkit-overflow-scrolling: touch;
        -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
        padding-top: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
    }
    .gva-offcanvas-mobile.show-view {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
    }
    .gva-offcanvas-mobile .after-offcanvas {
        display: block !important;
        visibility: visible !important;
    }
    .gva-offcanvas-mobile .after-offcanvas .block {
        float: left;
        width: 100%;
    }
    .gva-offcanvas-mobile .close-offcanvas {
       /* display: block !important;*/
        visibility: visible !important;
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
        padding: 15px 0;
        opacity: 1;
        filter: alpha(opacity=100);
        color: #111111;
    }
    .gva-offcanvas-mobile .close-offcanvas span {
        font-size: 24px;
    }
    .gva-offcanvas-mobile .close-offcanvas:hover {
        cursor: pointer;
        color: #e74d57;
    }
    .gva-offcanvas-mobile .block {
        border-bottom: 1px solid #dee2e6;
        padding: 20px;
    }
    .gva-offcanvas-mobile .block .block-content:before,
    .gva-offcanvas-mobile .block .block-content:after {
        content: " ";
        display: table;
    }
    .gva-offcanvas-mobile .block .block-content:after {
        clear: both;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu {
        padding: 10px 0 0;
        width: 100% !important;
        background: none !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li {
        list-style: none;
        display: block;
        clear: both;
        width: 100%;
        margin-bottom: 8px !important;
        padding-bottom: 8px !important;
        padding-top: 2px !important;
        border-bottom: 1px solid #dee2e6;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li:last-child {
        border-bottom: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li:after,
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li:before {
        content: none;
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li>a {
        display: block;
        width: 100%;
        line-height: 32px;
        font-size: 14px;
        padding: 0 !important;
        font-weight: 600;
        color: #18212e !important;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li>a:after,
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li>a:before {
        content: none;
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li>a:hover {
        color: #e74d57 !important;
        background: none !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li.menu-parent:hover .sub-menu {
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu {
        padding-left: 20px !important;
        margin-bottom: 10px;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu .icaret {
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu li a {
        font-size: 14px;
        line-height: 20px;
        color: #747b86 !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu li a:hover {
        color: #e74d57 !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu ul.sub-menu {
        display: block !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li.megamenu .sub-menu>li {
        width: 100% !important;
        float: none !important;
        display: block;
        padding: 0;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li.megamenu .sub-menu>li>a {
        padding: 0;
        border: 0;
        margin: 0;
        font-size: 14px;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li.megamenu .sub-menu>li.block-image {
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a {
        position: relative;
        display: block;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a:hover {
        color: #e74d57;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        bottom: 0;
        right: -10px;
        font-size: 13px;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret.nav-minus:before {
        content: '\f077';
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret:before {
        position: absolute;
        text-transform: inherit;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li ul {
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu {
        -webkit-transition: none;
        transition: none;
        -moz-transition: none;
        -ms-transition: none;
        min-width: inherit;
        display: none;
        width: 100%;
        position: static;
        padding: 0 !important;
        visibility: visible;
        border: 0;
        background: none;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:after,
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:before {
        content: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a {
        border-width: 0;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:before,
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:after {
        content: none !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:hover {
        text-indent: 0;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu ul {
        display: none;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu .block-image {
        display: none;
    }
}

.menu-bar {
    height: 28px;
    width: 36px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-bar:hover {
    -webkit-box-shadow: 0, 0, 10px, 0.3;
    box-shadow: 0, 0, 10px, 0.3;
}

.menu-bar span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #222222;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.menu-bar span.one {
    top: 6px;
}

.menu-bar span.two {
    top: 0;
    bottom: 0;
}

.menu-bar span.three {
    bottom: 6px;
}

.menu-bar.show-view span.two {
    opacity: 0;
    filter: alpha(opacity=0);
}

.menu-bar.show-view span.one,
.menu-bar.show-view span.three {
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-bar.show-view span.three {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 480px) {
    .col-xs-6 {
        width: 100% !important;
    }
}

.team-block.team-v1 {
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .team-block.team-v1 {
        margin-bottom: 30px;
    }
}

.team-block.team-v1 .team-image {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.team-block.team-v1 .team-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: #18212e;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.team-block.team-v1 .socials-team {
    position: absolute;
    top: 35px;
    left: 35px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: left;
    z-index: 11;
}

.team-block.team-v1 .socials-team a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.25s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.team-block.team-v1 .socials-team a:hover,
.team-block.team-v1 .socials-team a:focus,
.team-block.team-v1 .socials-team a:active {
    color: #ffec4e;
    text-decoration: underline;
}

.team-block.team-v1 .socials-team a:nth-child(2n+1) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.team-block.team-v1 .socials-team a:nth-child(2n+2) {
    -webkit-transition-delay: .30s;
    transition-delay: .30s;
}

.team-block.team-v1 .socials-team a:nth-child(2n+3) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
}

.team-block.team-v1 .team-content {
    position: relative;
    text-align: center;
    border: 1px solid #e8e8e8;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.team-block.team-v1 .team-content-inner {
    position: relative;
    z-index: 2;
    padding: 50px 20px 35px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px;
    background: #fff;
    z-index: 11;
}

.team-block.team-v1 .team-content-inner:before,
.team-block.team-v1 .team-content-inner:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.team-block.team-v1 .team-content-inner:before {
    background: #ffec4e;
    left: 0;
}

.team-block.team-v1 .team-content-inner:after {
    background: #e74d57;
    right: 0;
}

.team-block.team-v1 .team-name {
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
    letter-spacing: -0.72px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.team-block.team-v1 .team-name a {
    color: #18212e;
}

.team-block.team-v1 .team-name a:hover {
    color: #e74d57;
}

.team-block.team-v1 .team-job {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.team-block.team-v1:hover .team-image:after {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.team-block.team-v1:hover .socials-team a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.team-block.team-v1:hover .socials-team a:first-child {
    color: #ffec4e;
    text-decoration: underline;
}

.team-block.team-v2 {
    padding: 30px;
    background: #fff;
    border: 1px solid #dee2e6;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
}

@media (max-width: 1199.98px) {
    .team-block.team-v2 {
        padding: 20px;
    }
}

.team-block.team-v2 .team-image {
    position: relative;
    background: transparent;
    width: 150px;
    height: 150px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #dee2e6;
    overflow: hidden;
}

.team-block.team-v2 .team-image .item-image {
    position: relative;
}

.team-block.team-v2 .team-image .item-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.team-block.team-v2 .team-content {
    background: transparent;
    position: relative;
    text-align: center;
}

.team-block.team-v2 .team-content .socials-team {
    text-align: center;
    margin: 6px 0 8px;
}

.team-block.team-v2 .team-content .socials-team>a {
    font-size: 14px;
    color: #747b86;
    display: inline-block;
    margin: 0 6px;
}

.team-block.team-v2 .team-content .socials-team>a:hover {
    color: #e74d57;
}

.team-block.team-v2 .team-content .team-name {
    font-weight: 500;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    position: relative;
}

.team-block.team-v2 .team-content .team-job {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.team-block.team-v2 .team-skills {
    margin-top: 10px;
}

.team-block.team-v2 .team-skills .progress-label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px !important;
}

.team-block.team-v2 .team-skills .progress {
    margin-bottom: 11px !important;
    height: 2px !important;
}

.team-block.team-v2 .team-skills .progress .progress-bar span {
    top: -4px !important;
}

.team-block.team-v2 .team-skills .progress .percentage {
    font-size: 11px !important;
    top: -22px;
}

.team-block.team-v2:hover .team-image .item-image:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-block.team-v2:hover .team-image .socials-team {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 10px;
}

@media (max-width: 991.98px) {
    .team-block.team-v3 {
        max-width: 300px;
        margin: 0 auto;
    }
}

.team-block.team-v3 .team-block-inner {
    text-align: center;
}

.team-block.team-v3 .team-block-inner .team-image {
    position: relative;
    text-align: center;
    max-width: 220px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.team-block.team-v3 .team-block-inner .team-image .field--name-field-team-image a {
    display: block;
}

.team-block.team-v3 .team-block-inner .team-image .field--name-field-team-image a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.36);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.team-block.team-v3 .team-block-inner .team-content {
    padding: 10px 0 0;
}

.team-block.team-v3 .team-name {
    font-weight: 500;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    position: relative;
}

.team-block.team-v3 .team-job {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.team-block.team-v3 .team-socials {
    text-align: center;
}

.team-block.team-v3 .team-socials>a {
    font-size: 14px;
    color: #747b86;
    display: inline-block;
    margin: 0 6px;
}

.team-block.team-v3 .team-socials>a:hover {
    color: #e74d57;
}

.team-block.team-v3:hover .team-image .field--name-field-team-image a:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-block.team-v3:hover .team-image .socials {
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-carousel .team-block {
    margin-bottom: 10px;
}

.owl-carousel .team-block {
    margin-bottom: 10px;
}

.team-list .team-block .team-image {
    width: 35%;
    float: left;
}

.team-list .team-block .team-content {
    padding-left: 30px;
    width: 65%;
    float: left;
}

.team-list .team-block .team-content .team-body {
    display: block !important;
    visibility: visible !important;
    padding: 10px 0;
}

.team-grid .team-block {
    margin-bottom: 45px;
}

.event-block .event-image {
    position: relative;
    overflow: hidden;
}

.event-block .event-image .date {
    position: absolute;
    top: 15px;
    right: 10px;
    overflow: hidden;
    padding: 5px 10px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.event-block .event-image .date .day {
    font-size: 30px;
    text-transform: uppercase;
    color: #e74d57;
    display: block;
    font-weight: 700;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    line-height: 1;
}

.event-block .event-image .date .month {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    display: block;
    text-transform: uppercase;
}

.event-block .event-image .date .icon {
    margin-right: 5px;
}

.event-block .event-content {
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #dee2e6;
    border-top: 0;
    min-height: 185px;
}

.event-block .event-content .event-info .title {
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

.event-block .event-content .event-info .event-meta {
    font-size: 13px;
    color: #ffec4e;
}

.event-block .event-content .event-info .body {
    margin-top: 10px;
    line-height: 28px;
}

.event-block-2 {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #dee2e6;
}

.event-block-2:before,
.event-block-2:after {
    content: " ";
    display: table;
}

.event-block-2:after {
    clear: both;
}

@media (max-width: 575.98px) {
    .event-block-2 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.event-block-2 .content-inner {
    padding-left: 320px;
    position: relative;
    z-index: 9;
}

@media (max-width: 991.98px) {
    .event-block-2 .content-inner {
        padding-left: 310px;
    }
}

@media (max-width: 767.98px) {
    .event-block-2 .content-inner {
        padding-left: 220px;
    }
}

@media (max-width: 650px) {
    .event-block-2 .content-inner {
        padding-left: 0;
    }
}

.event-block-2 .content-inner .event-content-inner {
    position: relative;
}

.event-block-2 .content-inner .event-content-inner .event-content {
    padding-left: 90px;
}

@media (max-width: 991.98px) {
    .event-block-2 .content-inner .event-content-inner .event-content {
        padding-left: 0;
    }
}

.event-block-2 .post-title {
    font-size: 20px;
}

.event-block-2 .event-image {
    width: 320px;
    float: left;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .event-block-2 .event-image {
        width: 300px;
    }
}

@media (max-width: 767.98px) {
    .event-block-2 .event-image {
        width: 200px;
    }
}

@media (max-width: 650px) {
    .event-block-2 .event-image {
        width: 100%;
        margin-bottom: 15px;
    }
}

.event-block-2 .event-image .event-date {
    -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
    width: 120px;
    height: 120px;
    float: left;
    text-align: center;
    line-height: 1.1;
    padding-top: 15px;
    position: absolute;
    background: #fff;
    top: 50%;
    right: -60px;
    margin-top: -60px;
}

@media (max-width: 991.98px) {
    .event-block-2 .event-image .event-date {
        top: 10px;
        right: 10px;
        margin-top: 0;
        padding-top: 10px;
        width: 90px;
        height: 90px;
    }
}

.event-block-2 .event-image .event-date .date {
    font-size: 55px;
    font-weight: 700;
    color: #e74d57;
    display: block;
}

@media (max-width: 991.98px) {
    .event-block-2 .event-image .event-date .date {
        font-size: 45px;
    }
}

.event-block-2 .event-image .event-date .month {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.event-block-2 .event-meta {
    font-size: 15px;
    margin-top: 5px;
    line-height: 22px;
}

.event-block-2 .event-line {
    width: 50px;
    height: 2px;
    background: #e74d57;
    margin: 15px 0 15px;
}

@media (max-width: 991.98px) {
    .event-block-2 .post-title {
        margin-top: 0;
        font-size: 18px;
    }
}

.event-list-item .event-date {
    display: inline-block;
    background: #e74d57;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
    line-height: 24px;
}

.event-list-item .event-title {
    margin-top: 5px;
}

.event-list-item .event-title a {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.event-list-item .event-body {
    color: #232526;
}

.event-list-item .event-body p {
    margin-bottom: 0;
}

.events-list .view-content-wrap .item:last-child .event-block-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.event-block-list .event-date {
    width: 110px;
    height: auto;
    float: left;
    background: #e74d57;
    color: #fff;
    padding: 12px 10px;
}

.event-block-list .event-date span {
    display: block;
}

.event-block-list .event-date span.day {
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.event-block-list .event-title a {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
}

.event-block-list .event-address {
    font-size: 14px;
}

.event-block-list .event-address i {
    font-size: 16px;
    color: #e74d57;
}

.event-block-list .event-content {
    padding-left: 125px;
}

.event-full {
    margin-bottom: 30px;
}

.event-full .event-info {
    background: #F3F5FA;
    padding: 20px;
    font-size: 16px;
}

.event-full .event-info .date>*,
.event-full .event-info .address>* {
    float: left;
}

.event-full .event-info .date i,
.event-full .event-info .address i {
    margin-right: 10px;
    margin-top: 6px;
}

.portfolio-filter {
    margin-bottom: 20px;
}

.portfolio-filter ul.nav-tabs {
    padding: 5px 0;
    border-bottom: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portfolio-filter ul.nav-tabs>li {
    display: inline-block;
}

.portfolio-filter ul.nav-tabs>li>a {
    background: none;
    font-weight: 600;
    color: #5a5a5a;
    margin-right: 10px;
    padding: 8px 30px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-transform: capitalize;
    letter-spacing: 0;
    position: relative;
    background: #F3F5FA;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 3px;
}

@media (max-width: 1199.98px) {
    .portfolio-filter ul.nav-tabs>li>a {
        padding: 8px 20px;
    }
}

.portfolio-filter ul.nav-tabs>li>a:hover {
    border-color: #e74d57;
}

.portfolio-filter ul.nav-tabs>li>a.active {
    border-color: #e74d57;
    background: #e74d57;
    color: #fff;
}

.gva-portfolio-items {
    float: left;
    width: 100%;
}

.gva-portfolio-items .view-portfolio {
    width: 100%;
}

.portfolio-v1 {
    position: relative;
    margin: 0 auto;
    margin-bottom: 92px;
}

.portfolio-v1 .portfolio-overlay {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    background: rgba(24, 33, 46, 0.8);
    z-index: 11;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.portfolio-v1 .portfolio-images {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    overflow: hidden;
}

.portfolio-v1 .image-popup {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 40px;
    height: 40px;
    background: #F3F5FA;
    line-height: 40px;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    margin-top: 30px;
    border-radius: 50%;
    font-size: 13px;
}

.portfolio-v1 .image-popup:hover {
    color: #fff;
    background: #e74d57;
}

.portfolio-v1 .link {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
    width: 40px;
    height: 40px;
    background: #F3F5FA;
    line-height: 40px;
    position: absolute;
    top: 90px;
    right: 40px;
    z-index: 99;
    text-align: center;
    margin-top: 45px;
    border-radius: 50%;
    font-size: 13px;
}

.portfolio-v1 .link:hover {
    color: #fff;
    background: #e74d57;
}

@media (min-width: 576px) {
    .portfolio-v1 .content-inner {
        position: absolute;
        z-index: 9;
        width: 100%;
        max-width: 320px;
        right: 0;
        bottom: -45px;
        z-index: 11;
    }
}

.portfolio-v1 .portfolio-information {
    position: relative;
    background: #fff;
    padding: 50px;
    -webkit-transition: background 0.35s;
    transition: background 0.35s;
    -moz-transition: background 0.35s;
    -ms-transition: background 0.35s;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575.98px) {
    .portfolio-v1 .portfolio-information {
        padding: 30px 15px;
    }
}

.portfolio-v1 .portfolio-information:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #e74d57;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.portfolio-v1 .title {
    margin-bottom: 10px;
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
}

@media (max-width: 575.98px) {
    .portfolio-v1 .title {
        font-size: 20px;
        line-height: 30px;
    }
}

.portfolio-v1:hover .portfolio-overlay,
.portfolio-v1:active .portfolio-overlay,
.portfolio-v1:focus .portfolio-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.portfolio-v1:hover .portfolio-images,
.portfolio-v1:active .portfolio-images,
.portfolio-v1:focus .portfolio-images {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.portfolio-v1:hover .image-popup,
.portfolio-v1:active .image-popup,
.portfolio-v1:focus .image-popup {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.portfolio-v1:hover a.link,
.portfolio-v1:active a.link,
.portfolio-v1:focus a.link {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.portfolio-v1:hover .portfolio-information,
.portfolio-v1:active .portfolio-information,
.portfolio-v1:focus .portfolio-information {
    background: #e74d57;
}

.portfolio-v1:hover .portfolio-information:after,
.portfolio-v1:active .portfolio-information:after,
.portfolio-v1:focus .portfolio-information:after {
    background: #fff;
}

.portfolio-v1:hover .title a,
.portfolio-v1:active .title a,
.portfolio-v1:focus .title a {
    color: #fff;
}

.portfolio-v1:hover .btn-inline,
.portfolio-v1:active .btn-inline,
.portfolio-v1:focus .btn-inline {
    color: #fff;
    text-decoration: underline;
}

.portfolio-v1 ul {
    list-style: none;
    padding: 0;
}

.portfolio-v2 {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
    background: none;
}

.portfolio-v2 .portfolio-content {
    position: relative;
}

.portfolio-v2 .portfolio-images {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.portfolio-v2 .portfolio-overlay {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    background: rgba(24, 33, 46, 0.7);
    z-index: 11;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.portfolio-v2 .image-popup {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-size: 42px;
    color: #fff;
}

.portfolio-v2 .image-popup:hover {
    color: #e74d57;
}

.portfolio-v2 .content-inner {
    border: 1px solid #e8e8e8;
    border-top: none;
    background: #fff;
}

.portfolio-v2 .portfolio-information {
    padding: 50px 95px 35px 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px;
    background: #fff;
    position: relative;
    z-index: 9;
}

.portfolio-v2 .portfolio-information:before,
.portfolio-v2 .portfolio-information:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.portfolio-v2 .portfolio-information:before {
    background: #ffec4e;
    left: 0;
}

.portfolio-v2 .portfolio-information:after {
    background: #e74d57;
    right: 0;
}

.portfolio-v2 .title {
    position: relative;
}

.portfolio-v2 .title a {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -0.96px;
    max-width: 200px;
    margin: 0;
}

.portfolio-v2 .arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f0f0f0;
    font-size: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    z-index: 1;
}

.portfolio-v2 .arrow a {
    color: #747b86;
}

.portfolio-v2:hover .portfolio-overlay,
.portfolio-v2:active .portfolio-overlay,
.portfolio-v2:focus .portfolio-overlay {
    opacity: 1;
}

.portfolio-v2:hover .portfolio-images,
.portfolio-v2:active .portfolio-images,
.portfolio-v2:focus .portfolio-images {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.portfolio-v2:hover .image-popup,
.portfolio-v2:active .image-popup,
.portfolio-v2:focus .image-popup {
    opacity: 1;
    filter: alpha(opacity=100);
}

.portfolio-v2:hover .arrow,
.portfolio-v2:active .arrow,
.portfolio-v2:focus .arrow {
    background: #e74d57;
}

.portfolio-v2:hover .arrow a,
.portfolio-v2:active .arrow a,
.portfolio-v2:focus .arrow a {
    color: #fff;
}

.portfolio-v2 ul {
    list-style: none;
    padding: 0;
}

.portfolio-single {
    padding-bottom: 30px;
}

.portfolio-single .portfolio-images .owl-nav .owl-prev {
    left: 20px !important;
}

.portfolio-single .portfolio-images .owl-nav .owl-next {
    right: 20px !important;
}

.portfolio-single .portfolio-images .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.portfolio-single .post-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1.6px;
    color: #181818;
    text-align: center;
    margin-bottom: 40px;
}

.portfolio-single .post-meta {
    position: relative;
}

.portfolio-single .post-meta .line {
    width: 10px;
    height: 2px;
    background: #e74d57;
    margin: 0 10px 0 4px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.portfolio-single .portfolio-informations {
    margin-top: 25px;
    margin-bottom: 40px;
}

.portfolio-single .item-information+.item-information {
    margin-top: 15px;
}

.portfolio-single .item-information span:first-child {
    font-weight: 600;
    color: #18212e;
    display: block;
}

.portfolio-single .item-plan {
    list-style: none;
    padding-left: 0;
    font-weight: 500;
}

.portfolio-single .item-plan li {
    position: relative;
}

.portfolio-single .item-plan li+li {
    padding-top: 15px;
}

.portfolio-single .item-plan li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 13px;
    margin-right: 10px;
    color: #e74d57;
}

.portfolio-single .post-content ul {
    padding-left: 20px;
    margin-top: 15px;
}

.owl-carousel .portfolio-v1 {
    margin-bottom: 65px;
}

.portfolio-carousel-single {
    max-width: 1080px;
    margin: 0 auto;
}

.portfolio-carousel-single .portfolio-item {
    overflow: hidden;
}

.portfolio-carousel-single .portfolio-item .images {
    text-align: center;
}

.portfolio-carousel-single .portfolio-item .images img {
    max-width: 780px;
    position: relative;
    z-index: 9;
}

.portfolio-carousel-single .portfolio-item .images .image-popup {
    position: absolute;
    left: 50%;
    z-index: 99;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    line-height: 32px;
    text-align: center;
    background: #000;
    color: #fff;
}

.portfolio-carousel-single .portfolio-item .images .image-popup:hover {
    background: #1a1a1a;
}

.portfolio-carousel-single .portfolio-item .images .read-more {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 1;
    width: 300px;
    text-align: right;
}

.portfolio-carousel-single .portfolio-item .images .read-more a {
    font-weight: 600;
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    padding-right: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #000;
}

.portfolio-carousel-single .portfolio-item .images .read-more a:hover {
    color: #e74d57;
}

.portfolio-carousel-single .portfolio-item .images .read-more:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #e74d57;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}

.portfolio-carousel-single .portfolio-item .portfolio-content {
    position: absolute;
    top: 100px;
    left: 50px;
    z-index: 11;
}

@media (max-width: 991.98px) {
    .portfolio-carousel-single .portfolio-item .portfolio-content {
        left: 30px;
    }
}

.portfolio-carousel-single .portfolio-item .portfolio-content:after {
    content: "";
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    width: 1px;
    height: 0;
    background: #e74d57;
    position: absolute;
    top: -110px;
    left: 0;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .category {
    margin-bottom: 5px;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .category a {
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    background: #fff;
    display: inline-block;
    padding: 2px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .category a:hover {
    color: #e74d57;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .title {
    background: #e74d57;
    padding: 25px 30px 0;
    max-width: 410px;
    border-radius: 6px 6px 0 0;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .title a {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .title a:hover {
    color: draken(#fff, 15%);
}

.portfolio-carousel-single .portfolio-item .portfolio-content .desc {
    background: #e74d57;
    padding: 6px 30px 30px;
    color: #fff;
    max-width: 410px;
    border-radius: 0 0 6px 6px;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .category {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    -webkit-transform: translate(0, -70%);
    transform: translate(0, -70%);
    ms-transform: translate(0, -70%);
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-carousel-single .portfolio-item .portfolio-content .title {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    ms-transform: translate(0, -50%);
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-carousel-single .portfolio-item .portfolio-content .desc {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
    ms-transform: translate(0, -30%);
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-carousel-single .portfolio-item .image-popup {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
    bottom: -30px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-carousel-single .active-effect .portfolio-item .portfolio-content:after {
    height: 100px;
}

.portfolio-carousel-single .active-effect .portfolio-item .portfolio-content .category,
.portfolio-carousel-single .active-effect .portfolio-item .portfolio-content .title,
.portfolio-carousel-single .active-effect .portfolio-item .portfolio-content .desc {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.portfolio-carousel-single .active-effect .image-popup {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 20px;
}

.portfolio-carousel-single .active-effect .portfolio-item .images .read-more a {
    padding-right: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.portfolio-carousel-single .active-effect .portfolio-item .images .read-more:after {
    width: 300px;
}

.testimonial-node-1 .testimonial-content {
    margin: 0 auto;
    max-width: 760px;
    text-align: center;
}

.testimonial-node-1 .avatar {
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.testimonial-node-1 .quote {
    position: relative;
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    color: #18212e;
    padding: 50px 0;
}

@media (max-width: 991.98px) {
    .testimonial-node-1 .quote {
        font-size: 20px;
        line-height: 38px;
    }
}

.testimonial-node-1 .info {
    display: inline-block;
}

.testimonial-node-1 .title {
    font-size: 20px;
    font-weight: 500;
    color: #e74d57;
    text-transform: capitalize;
}

.testimonial-node-1 .dot {
    margin: 0 10px;
}

.testimonial-node-1 .job {
    font-size: 16px;
}

.testimonial-node-2 {
    text-align: center;
    padding: 60px;
    border: solid 1px #e8e8e8;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767.98px) {
    .testimonial-node-2 {
        padding: 30px 15px;
    }
}

.testimonial-node-2:before,
.testimonial-node-2:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.testimonial-node-2:before {
    background: #ffec4e;
    left: 0;
}

.testimonial-node-2:after {
    background: #e74d57;
    right: 0;
}

.testimonial-node-2 .testimonial-content {
    position: relative;
    max-width: 260px;
    margin: 0 auto;
}

.testimonial-node-2 .info {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.testimonial-node-2 .info:before,
.testimonial-node-2 .info:after {
    content: " ";
    display: table;
}

.testimonial-node-2 .info:after {
    clear: both;
}

.testimonial-node-2 .icon-quote {
    font-size: 12px;
    line-height: 40px;
    position: relative;
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    color: #18212e;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-bottom: 30px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.testimonial-node-2 .quote {
    font-size: 16px;
    line-height: 32px;
}

.testimonial-node-2 .avatar {
    margin-bottom: 20px;
}

.testimonial-node-2 .avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 65px;
    height: auto;
}

.testimonial-node-2 .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: -0.72px;
    color: #18212e;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.testimonial-node-2 .job {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
}

.testimonial-node-2:hover {
    -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.testimonial-node-2:hover .icon-quote {
    background: #e74d57;
    color: #fff;
}

.service-block-1 {
    background: #fff;
    margin-bottom: 30px;
}

.service-block-1 .service-images {
    position: relative;
}

.service-block-1 .service-images:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.service-block-1 .service-images .image-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    z-index: 11;
    background: #fff;
    text-align: center;
    line-height: 38px;
    color: #000;
    opacity: 0;
}

.service-block-1 .service-images .image-popup:hover {
    color: #fff;
    background: #e74d57;
}

.service-block-1 .service-content {
    border: 1px solid #e8e8e8;
    border-top: 0;
    text-align: center;
    background: #fff;
}

.service-block-1 .content-inner {
    background: #fff;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px;
    padding: 60px 30px;
    position: relative;
    z-index: 9;
}

.service-block-1 .content-inner:before,
.service-block-1 .content-inner:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.service-block-1 .content-inner:before {
    background: #ffec4e;
    left: 0;
}

.service-block-1 .content-inner:after {
    background: #e74d57;
    right: 0;
}

.service-block-1 .title {
    font-size: 24px;
    margin-bottom: 35px;
    font-weight: 700;
    letter-spacing: -0.96px;
}

@media (max-width: 991.98px) {
    .service-block-1 .title {
        font-size: 18px;
    }
}

.service-block-1 .desc {
    margin-bottom: 30px;
}

.service-block-1:hover {
    -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.service-block-1:hover .service-images:after {
    opacity: 1;
}

.service-block-1:hover .service-images .image-popup {
    opacity: 1;
}

.service-block-1:hover .btn-inline {
    text-decoration: underline;
    color: #18212e;
}

.service-block-2 {
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}

.service-block-2 .image-popup {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(24, 33, 46, 0.5);
    color: #fff;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

@media (min-width: 576px) {
    .service-block-2 .item-image {
        overflow: hidden;
        float: right;
    }
    .service-block-2 .item-image img {
        min-height: 280px;
        min-width: 392px;
    }
    .service-block-2 .service-images {
        position: absolute;
        width: 40%;
        height: 100%;
        top: 0;
        right: 0;
        float: right;
        overflow: hidden;
    }
    .service-block-2 .service-content {
        border-top: 0;
        text-align: left;
        width: 60%;
    }
}

.service-block-2 .content-inner {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 9;
}

.service-block-2 .title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.service-block-2 .desc {
    font-size: 14px;
}

.service-block-2:hover .image-popup {
    opacity: 1;
    filter: alpha(opacity=100);
}

.service-block-3 {
    margin-bottom: 30px;
}

.service-block-3 .service-content {
    padding: 50px 30px 0;
    text-align: center;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

@media (max-width: 1199.98px) {
    .service-block-3 .service-content {
        padding: 30px;
    }
}

.service-block-3 .service-content .title {
    font-size: 18px;
    margin-bottom: 16px;
}

@media (max-width: 991.98px) {
    .service-block-3 .service-content .title {
        font-size: 16px;
    }
}

.service-block-3 .service-content .service-icon {
    margin-bottom: 65px;
    position: relative;
    display: inline-block;
}

.service-block-3 .service-content .service-icon .icon {
    color: #fff;
    font-size: 42px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    width: 100px;
    height: 100px;
    background: #e74d57;
    border-radius: 50%;
    line-height: 100px;
    top: 0;
}

.service-block-3 .service-content .service-icon:after {
    content: '';
    width: 76px;
    height: 8px;
    background: url(../images/icon-shadow.png) no-repeat center center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -38px;
    z-index: 1;
}

.service-block-3 .service-content .desc {
    margin-bottom: 45px;
}

.service-block-3 .service-content .service-readmore {
    border-top: 1px solid #dee2e6;
    padding: 15px 0;
}

.service-block-3 .service-content .service-readmore a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    color: #e74d57;
}

.service-block-3 .service-content .service-readmore a:hover {
    text-decoration: underline;
}

.service-block-3:hover .service-content {
    background: #ffec4e;
    color: #fff;
}

.service-block-3:hover .service-content a {
    color: #fff;
}

.service-block-3:hover .service-content a:hover {
    text-decoration: underline;
}

.service-block-3:hover .service-content .service-icon .icon {
    top: -10px;
    background: #fff;
    color: #ffec4e;
}

.service-block-3:hover .service-content .service-readmore {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.owl-carousel .service-block-1,
.owl-carousel .service-block-2 {
    margin-bottom: 0;
}

.services-grid .gva-view-grid-inner {
    margin: 0 !important;
}

.services-grid .gva-view-grid-inner>.item-columns .service-block {
    margin-bottom: 30px;
}

.services-grid .gva-view-grid-inner>.item-columns .service-block .service-block-content {
    background: #fff;
    padding: 35px 30px;
    min-height: 255px;
    position: relative;
    border: 1px solid #dee2e6;
}

.service-block-singe .service-images-inner {
    position: relative;
}

.service-block-singe .post-content {
    padding-top: 40px;
    position: relative;
}

.service-block-singe .post-content .service-icon {
    font-size: 22px;
    width: 100px;
    height: 48px;
    position: absolute;
    top: -25px;
    left: 0;
    text-align: center;
    padding-top: 6px;
    line-height: 48px;
}

.service-block-singe .post-content .service-icon>div {
    position: relative;
    z-index: 2;
}

.service-block-singe .post-content .service-icon>div img {
    max-width: 40px;
}

.service-block-singe .post-content .service-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NiAzMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01Ny42NywxMS45NEM1Mi4zNiw2LjcxLDQ4LjQyLDAsMzguMywwSDM3LjdDMjcuNTgsMCwyMy42NCw2LjcxLDE4LjMzLDExLjk0LDE0LjQ3LDE2Ljc2LDYuNjEsMTcuODEsMCwxOFYzMUg3NlYxOEM2OS4zOSwxNy44MSw2MS41MywxNi43Niw1Ny42NywxMS45NFoiLz48L2c+PC9nPjwvc3ZnPg==");
}

.service-block-singe .post-content .post-title {
    margin-bottom: 15px;
    font-size: 40px;
    letter-spacing: -1.6px;
}

@media (max-width: 991.98px) {
    .service-block-singe .post-content .post-title {
        font-size: 24px;
        letter-spacing: 0;
    }
}

.service-block-singe .field--name-field-service-icon {
    display: none;
}

body.path-services .body-page {
    background: #F3F3F6;
}

.colorpicker {
    z-index: 9999999 !important;
}

.permission-save-hidden #gavias_customize_save {
    display: none !important;
}

.gavias-skins-panel {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #fff;
    right: -403px;
    position: fixed;
    height: auto;
    top: 0px;
    bottom: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    width: 400px;
    z-index: 999;
}

.gavias-skins-panel .gavias-skins-panel-inner {
    bottom: 0;
    padding: 30px 10px 10px;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    width: 100%;
}

.gavias-skins-panel.active {
    right: 0 !important;
}

.gavias-skins-panel #gavias_profile_customize_name option {
    color: #000;
}

.gavias-skins-panel .control-panel {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 150px;
    left: -40px;
    width: 40px;
    height: 40px;
    background: #e74d57;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.gavias-skins-panel .control-panel:hover {
    cursor: pointer;
}

.gavias-skins-panel .panel-skins-content {
    padding-bottom: 20px;
    overflow: hidden;
}

.gavias-skins-panel .panel-skins-content:last-child {
    padding-bottom: 0;
}

.gavias-skins-panel .panel-skins-content .title {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}

.gavias-skins-panel .panel-skins-content .item-color {
    width: 25px;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 5px 6px 0 6px;
    border: 3px solid transparent;
}

.gavias-skins-panel .panel-skins-content .item-color:hover {
    cursor: pointer;
}

.gavias-skins-panel .panel-skins-content .item-color.default {
    background: #78aa2e;
}

.gavias-skins-panel .panel-skins-content .item-color.blue {
    background: #50AF4D;
}

.gavias-skins-panel .panel-skins-content .item-color.brown {
    background: #684035;
}

.gavias-skins-panel .panel-skins-content .item-color.green {
    background: #009673;
}

.gavias-skins-panel .panel-skins-content .item-color.lilac {
    background: #8F6684;
}

.gavias-skins-panel .panel-skins-content .item-color.lime_green {
    background: #8CCA4F;
}

.gavias-skins-panel .panel-skins-content .item-color.orange {
    background: #F86923;
}

.gavias-skins-panel .panel-skins-content .item-color.pink {
    background: #D91897;
}

.gavias-skins-panel .panel-skins-content .item-color.purple {
    background: #9854B3;
}

.gavias-skins-panel .panel-skins-content .item-color.red {
    background: #E43844;
}

.gavias-skins-panel .panel-skins-content .item-color.turquoise {
    background: #1CCDCA;
}

.gavias-skins-panel .panel-skins-content .item-color.turquoise2 {
    background: #178E94;
}

.gavias-skins-panel .panel-skins-content .item-color.violet_red {
    background: #F3605D;
}

.gavias-skins-panel .panel-skins-content .item-color.violet_red2 {
    background: #973A4B;
}

.gavias-skins-panel .panel-skins-content .item-color.yellow {
    background: #ecc311;
}

.gavias-skins-panel .panel-skins-content .item-color.active {
    border-color: #000;
}

.gavias-skins-panel .panel-skins-content .layout {
    width: 80px;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.gavias-skins-panel .panel-skins-content .layout:hover {
    cursor: pointer;
}

.gavias-skins-panel .panel-skins-content .layout.active {
    background-color: #e74d57;
    color: #fff;
}

.gavias-skins-panel .panel-skins-content .layout:last-child {
    margin-right: 0;
}

.gavias-skins-panel.gavias-skin-demo {
    top: 200px;
    bottom: auto !important;
    padding: 20px !important;
    width: 260px !important;
    right: -263px !important;
}

.gavias-skins-panel.gavias-skin-demo .control-panel {
    top: 75px !important;
}

.gavias-skins-panel.gavias-skin-demo.active {
    right: 0 !important;
}

#customize-gavias-preivew .panel {
    padding: 0 !important;
}

#customize-gavias-preivew .panel .panel-heading .panel-title>a {
    padding: 10px !important;
    border: 1px solid #dee2e6 !important;
}

#customize-gavias-preivew .panel .panel-heading .panel-title>a:after {
    display: none !important;
}

#customize-gavias-preivew .panel .panel-body {
    padding: 15px !important;
}

#customize-gavias-preivew .form-group {
    position: relative;
    float: left;
    width: 100%;
}

#customize-gavias-preivew .form-group label {
    width: 100%;
    float: left;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

#customize-gavias-preivew .form-group input {
    width: calc(100% - 150px);
    float: left;
}

#customize-gavias-preivew .form-group select {
    width: 100%;
}

#customize-gavias-preivew .form-group .colorselector {
    width: calc(100% - 150px);
    position: relative;
}

#customize-gavias-preivew .form-group .colorselector input {
    width: 100% !important;
}

#customize-gavias-preivew .form-group .colorselector .input-group-addon {
    border: 1px solid #dee2e6;
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

#customize-gavias-preivew .form-group .colorselector .input-group-addon i {
    width: 30px;
    height: 20px;
    display: inline-block;
}

#customize-gavias-preivew .form-group .colorselector .remove {
    width: 34px;
    height: 34px;
    color: #000;
    position: absolute;
    top: 3px;
    right: 25px;
    line-height: 34px;
    text-align: center;
    z-index: 99;
}

#customize-gavias-preivew .form-group .colorselector .remove:hover {
    cursor: pointer;
}

.gavias_customize_form .card {
    margin-bottom: 15px;
}

.gavias_customize_form .card .card-header a {
    font-weight: 600;
}

.gavias_customize_form .form-group.action {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.gavias_customize_form .form-group.action input {
    width: 28%;
    margin-left: 10px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 10px !important;
}

.gavias_customize_form .form-group.action input#gavias_customize_save {
    background: #28a745;
}

.gavias_customize_form .form-group.action input#gavias_customize_preview {
    background: #17a2b8;
}

.gavias_customize_form .form-group.action input#gavias_customize_reset {
    background: #e74d57;
}