/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section::before {
    height: 7rem;
    content: "";
    display:block;
}
section::after {
    height: 2rem;
    content: "";
    display:block;
}
/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
/*Header Block styles*/
header {
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}
#home::before{
    height: 5rem;
    content: "";
    display:block;
}
#home::after {
    height: 5rem;
    content: "";
    display:block;
}
.text-block {
    padding: 40% 0 0 10%;
    width: 100%;
}
.text-block h1 {
    display: block;
    margin: 0 0 0 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: .96;
    color:#4f352a;
}
.text-block .subheading {
    margin: 0.25rem 0 0 0;
    font-size: 1.45rem;
    font-weight: 500;
    font-style: italic;
    color:#4f352a;
}
@media only screen and (max-width: 1024px) {
    .navbar-brand img{
        width: 73%;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }
    #home::before{
        height: 4rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 4rem;
        content: "";
        display:block;
    }
    .text-block {
        padding: 40% 0 0 5%;
    }
    .text-block h1 {
        font-size: 1.65rem;
    }
    .text-block .subheading {
        font-size: 1.15rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-brand img {
        width: 95%;
        height: auto;
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.25rem;
        padding-top: .5rem;
    }
    #home::before,
    #home::after{
        height: 3.25rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 40% 0 0 2%;
    }
    .text-block h1{
        font-size: 1.25rem;
        margin: 0 0 0 0;
    }
    .text-block .subheading {
        font-size: 1rem;
        margin: 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-brand img {
        width: 80%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 2.5rem;
        padding-top: .5rem;
    }
    #home::before,
    #home::after{
        height: 2.25rem;
        content: "";
        display: block;
    }
    header {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .text-block {
        padding: 38% 0 0 2%;
    }
    .text-block h1{
        font-size: 1.2rem;
        margin: 0 0 0 0;
    }
    .text-block .subheading {
        font-size: 1rem;
        margin: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-brand img {
        width: 80%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 2.5rem;
        padding-top: .5rem;
    }
    #home::before,
    #home::after{
        height: 2rem;
        content: "";
        display: block;
    }
    header {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .text-block {
        padding: 26% 0 0 0;
    }
    .text-block h1{
        font-size: 1.15rem;
        margin: 0 0 0 0;
    }
    .text-block .subheading {
        font-size: .95rem;
        margin: 0;
    }
}
@media (max-width: 348px){
    .navbar-brand img {
        width: 63%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.5rem;
        padding-top: .25rem;
    }
    #home::before,
    #home::after{
        height: 1.5rem;
        content: "";
        display: block;
    }
    header {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .text-block {
        padding: 35% 0 0 0;
    }
    .text-block h1{
        font-size: 95%;
        margin: 0 0 0 0;
    }
    .text-block .subheading {
        font-size: 78%;
        margin: 0;
    }
}
/*Reasons Block styles*/
#reasons::before{
    height: 1rem;
    content: "";
    display: block;
}
#reasons::after{
    height: 1rem;
    content: "";
    display: block;
}
#reasons{
    background: rgba(183,193,193,.30);
}
.img-reason, .reason-title {
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.img-reason {
    margin: 0 1rem;
    width: 75px;
    height: 75px;
}
.reason-title {
    margin: 5% 0 0 0;
    font-weight: 600;
    font-size: 1.1rem;
    color: #644336;
}
#reasons .bdr {
    border-right: 1px solid rgba(0,0,0,.26);
}
@media only screen and (max-width: 1024px) {
    .img-reason {
        margin: 0 .75rem 0 0;
        width: 70px;
        height: 70px;
    }
    .reason-title {
        font-size: 87%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .img-reason {
        margin: 0 3px 0 0;
        width: 45px;
        height: 45px;
    }
    .reason-title {
        margin: 5% 0 0 0;
        font-weight: 500;
        font-size: 63%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .img-reason, .reason-title {
        display: block;
        float: none;
    }
    .img-reason {
        margin: 0 auto;
        width: 55px;
        height: 55px;
    }
    .reason-title {
        margin: 5% auto;
        text-align: center;
        font-size: 78%;
        line-height: 1.25;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .img-reason, .reason-title {
        display: block;
        float: none;
    }
    .img-reason {
        margin: 0 auto;
        width: 55px;
        height: 55px;
    }
    .reason-title {
        margin: 5% auto;
        text-align: center;
        font-size: 95%;
        line-height: 1.25;
    }
}
@media (max-width: 348px){
    .img-reason, .reason-title {
        display: block;
        float: none;
    }
    .img-reason {
        margin: 0 auto;
        width: 55px;
        height: 55px;
    }
    .reason-title {
        margin: 5% auto;
        text-align: center;
        font-size: 87%;
        line-height: 1.25;
    }
}
/*About Block styles*/
#about::before{
    height: 6rem;
    content: "";
    display: block;
}
#about::after{
    height: 5rem;
    content: "";
    display: block;
}
#about h2, #goods h2, #services h2, #footer h2{
    margin: 0 0 5.5rem 1.5rem;
    position: relative;
    font-size: 1.85rem;
    z-index: 10;
}
#about .heading::before,
#goods h2::before,
#services .heading::before,
#footer .heading::before{
    content: "";
    display: block;
    position: absolute;
    top: -52%;
    left: -1.5%;
    background: transparent url('../images/bg-heading.png') no-repeat center;
    background-size: contain;
    width: 327px;
    height: 64px;
    z-index: -1;
}
.str {
    font-weight: 700;
    font-style: italic;
}
.img-about {
    margin:0;
    max-width: 100%;
    height: auto;
}
#about p {
    padding: 0 2.5rem 0 1rem;
}
@media only screen and (max-width: 1024px) {
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about h2, #goods h2, #services h2, #footer h2 {
        margin: 0 0 3.5rem 1.75rem;
        font-size: 1.65rem;
    }
    #about .heading::before, #goods .heading::before, #services .heading::before, #footer .heading::before {
        top: -61%;
        left: -8.5%;
        width: 280px;
        height: 67px;
    }
    #about p {
        padding: 0 .5rem;
    }
    #about .lines {
        width: 28%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 4rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about h2, #goods h2, #services h2, #footer h2 {
        margin: 0 0 3.5rem 1.75rem;
        font-size: 1.65rem;
    }
    #about .heading::before, #goods .heading::before, #services .heading::before, #footer .heading::before {
        top: -66%;
        left: -9.5%;
        width: 280px;
        height: 67px;
    }
    #about p {
        padding: 0 .5rem;
    }
    .img-about {
        margin: 8% auto 0 auto;
        max-width: 95%;
    }

}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about h2, #goods h2, #services h2, #footer h2 {
        margin: 0 0 3.5rem 1.5rem;
        font-size: 1.5rem;
    }
    #about .heading::before, #goods .heading::before, #services .heading::before, #footer .heading::before {
        top: -86%;
        left: -6.5%;
        width: 269px;
        height: 64px;
    }
    #about p {
        padding: 0;
    }
    .img-about {
        margin: 5% 0 0 0;
        max-width: 95%;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about h2, #goods h2, #services h2, #footer h2 {
        margin: 0 0 3.5rem 1.75rem;
        font-size: 1.5rem;
    }
    #about .heading::before, #goods .heading::before, #services .heading::before, #footer .heading::before {
        top: -73%;
        left: -9.5%;
        width: 269px;
        height: 64px;
    }
    #about p {
        padding: 0;
        font-size: 90%;
    }
    .img-about {
        margin: 12% 0 0 0;
        max-width: 95%;
    }
}
/*Logos & Slogan Block styles*/
#logos::before,
#logos::after{
    height: 1.5rem;
    content: "";
    display: block;
}
#slogan::before,
#slogan::after{
    height: 5.5rem;
    content: "";
    display: block;
}
#logos {
    border-top: 1px solid #f1a036;
    border-bottom: 1px solid #f1a036;
}
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: cover;
}
#slogan .text-block {
    padding: 10% 0 0 10%;
    width: 100%;
}
@media only screen and (max-width: 1024px){
    #slogan .text-block {
        padding: 14% 0 0 3%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #slogan::before, #slogan::after {
        height: 2.5rem;
    }
    #slogan .text-block {
        padding: 13% 0 0 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan::before, #slogan::after {
        height: 2.5rem;
    }
    #slogan .text-block {
        padding: 13% 0 0 0;
    }
    .text-block h1 {
        font-size: 95%;
    }
    .text-block .subheading {
        font-size: 90%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan::before, #slogan::after {
        height: 2.5rem;
    }
    #slogan .text-block {
        padding: 13% 0 0 0;
    }
    .text-block h1 {
        font-size: 78%;
    }
    .text-block .subheading {
        font-size: 65%;
    }
}
@media (max-width: 348px){
    #slogan::before, #slogan::after {
        height: 1.5rem;
    }
    #slogan .text-block {
        padding: 13% 0 0 0;
    }
    .text-block h1 {
        font-size: 78%;
    }
    .text-block .subheading {
        font-size: 65%;
    }
}
/*Goods Block styles*/
#goods::before {
    height: 5rem;
    content: "";
    display: block;
}
#goods::after {
    height: 4.5rem;
    content: "";
    display: block;
}
#goods p {
    padding: 0 1rem 0 2.5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #goods::after {
        height: 2.5rem;
    }
    #goods p {
        padding: 0 1rem 0 1.5rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #goods::after {
        height: 1.5rem;
    }
    #goods p {
        padding: 0 1rem 0 0.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #goods p {
        padding: 0 1rem 0 0.5rem;
    }
    #goods .heading::before {
        top: -80%;
        left: -4.5%;
    }
}
@media (max-width: 348px){
    #goods p {
        padding: 0 1rem 0 0.5rem;
    }
    #goods .heading::before {
        top: -80%;
        left: -7.5%;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 4.5rem;
    content: "";
    display: block;
}
#services .heading::before{
    top: -51%;
    left: -4.5%;
}

.service-list {
    list-style: none;
    text-align: justify;
    width: 78%;
    padding-left: 5.5rem;
    margin: 2rem 0;
}
#services .service-list {
    padding-left: 2.5rem;
}
.service-list .level-2{
    list-style: none;
    padding-left: 2.5rem;
    margin: 1rem 0;
}
.service-list li{
    padding: 0 0 10px 0;
}
.service-list .level-2 li{
    padding: 0 0 5px 0;
}
.service-list li::before {
    content: "\25cf";
    color: #fcab01;
    display: inline-block;
    width: 1.5em;
    margin-left: .5em;
    margin-right: -2rem;
    transform: translateX(-35px);
}
.service-list .level-2 li::before{
    color: #3f5948;
}
.sub-heading2 {
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}
@media only screen and (max-width: 1024px) {

}
@media (max-width: 991px) and (min-width: 768px) {
    #services::before {
        height: 1.5rem;
    }
    #services::after {
        height: 2rem;
    }
    #services .heading::before {
        top: -70%;
        left: -8.5%;
    }
    .service-list {
        padding-left: 3.5rem;
        width: 95%;
    }

}
@media (max-width: 767px) and (min-width: 576px) {
    #services::before {
        height: 3rem;
    }
    #services::after {
        height: 2rem;
    }
    #services .heading::before {
        top: -66%;
        left: -13.5%;
    }
    #uslugi-tabs {
        margin: 5% 0 0 0;
    }
    #services .sub-heading {
        font-size: 1.15rem;
        margin: 1.5rem 0;
    }
    .service-list {
        padding-left: 3rem;
        width: 95%;
    }
    .service-list li {
        padding: 0 0 7px 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before {
        height: 2rem;
    }
    #services::after {
        height: 2rem;
    }
    #services .heading::before {
        top: -80%;
        left: -5.5%;
    }
    #services .sub-heading {
        font-size: 1.15rem;
        margin: 1.5rem 0;
    }
    .service-list {
        padding-left: 2rem;
        width: 100%;
    }
    .service-list li {
        padding: 0 0 7px 0;
    }
    .service-list li::before {
        margin-right: -2rem;
        transform: translateX(-28px);
    }
}
@media (max-width: 348px){
    #services::before {
        height: 2.5rem;
    }
    #services::after {
        height: 2rem;
    }
    #services .heading::before {
        top: -74%;
        left: -9.5%;
    }
    #services .sub-heading {
        font-size: 1.15rem;
        margin: 1.5rem 0;
    }
    .service-list {
        padding-left: 1.5rem;
        text-align: left;
        width: 100%;
        font-size: 90%;
    }
    .service-list li {
        padding: 0 0 7px 0;
    }
    .service-list li::before {
        margin-right: -1.5rem;
        transform: translateX(-28px);
    }

}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask .thumb-modal{
    width: 100%;
    height: auto;
    border: 3px solid #bac425;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.carousel-item .hover-mask .gallery-img{
    width: 100%;
    height: auto;
    border: 1px solid #bac425;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-mask:hover .thumb-modal{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hover-mask a .mbri-file, .hover-mask a .mbri-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 26.65% 20px;
    text-align: center;
    background-color: rgba(56,49,32,.65);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.gallery .hover-mask a .mbri-search, #blogCarousel .hover-mask a .mbri-search, #blogCarousel1 .hover-mask a .mbri-search,
#blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search, #certificatesCarousel.hover-mask a .mbri-search{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 26.65% 20px;
    text-align: center;
    background-color: rgba(56,49,32,.65);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
#blogCarousel1 .hover-mask a .mbri-search,
#blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
    padding: 29.85% 20px;
}
#certificatesCarousel .hover-mask a .mbri-search{
    padding: 20% 20px;
}
.hover-mask:hover a p, .gallery .hover-mask:hover a p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.hover-mask .mbri-file, .hover-mask .mbri-search, .gallery .hover-mask .mbri-search, #blogCarousel .hover-mask .mbri-search,
#blogCarousel1 .hover-mask .mbri-search, #blogCarousel2 .hover-mask .mbri-search, #blogCarousel3 .hover-mask .mbri-search,
#certificatesCarousel .hover-mask .mbri-search{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fff;
    font-size: 3rem;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask:hover .mbri-file, .hover-mask:hover .mbri-search, .gallery .hover-mask:hover .mbri-search, #blogCarousel .hover-mask:hover .mbri-search,
#blogCarousel1 .hover-mask:hover .mbri-search, #blogCarousel2 .hover-mask:hover .mbri-search, #blogCarousel3 .hover-mask:hover .mbri-search,
#certificatesCarousel .hover-mask:hover .mbri-search{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}
@media only screen and (max-width: 1024px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 23.25% 20px;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 27.5% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 21% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 21.45% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 16.85% 20px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 18.5% 20px;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 25.5% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 21% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 21.45% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 12.5% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 15% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 27.2% 20px;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 29.5% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 10.85% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 13.2% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 31% 20px;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 28.5% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 6.85% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 27.2% 20px;
        font-size: 1.5rem;
    }
}
@media (max-width: 348px){
    .hover-mask .mbri-file, .hover-mask .mbri-search, .gallery .hover-mask .mbri-search, #blogCarousel .hover-mask .mbri-search, #blogCarousel1 .hover-mask .mbri-search, #blogCarousel2 .hover-mask .mbri-search, #blogCarousel3 .hover-mask .mbri-search, #certificatesCarousel .hover-mask .mbri-search{
        font-size: 2rem;
    }
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 15.12% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 22.2% 20px;
        font-size: 1.5rem;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 29.5% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 7.85% 20px;
    }
}

/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #e47901;
    border: 2px solid #e47901;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #383120;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #7b8e1f;
    border: 2px solid #7b8e1f;
    color: #fff;
}
#scrollToTopBtn:active {
    background-color: #7b8e1f;
    border: 2px solid #7b8e1f;
    color: #fff;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 4.5rem;
    content: "";
    display:block;
}
#footer:after{
    height: 0;
    content: "";
    display:block;
}
#footer{
    background: transparent url('../images/bg-footer.jpg') no-repeat center;
    background-size: cover;
}
#footer h2{
    margin: 0 0 4.5rem 4.75rem;
}
#footer .heading::before {
    left: -1%;
    top: -53.5%;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:34%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left: 2rem;
    top:0;
    height: 84%;
    width: 90%;
    position:absolute;
    border: 3px solid #fff;
    box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    padding: 0 4rem;
    width: 90%;
}
.sub-heading3 {
    margin: .5rem 0 1rem 0;
    border-bottom: 1px solid rgba(205,194,211,.49);
}
.contacts-list {
    list-style: none;
    margin: 3rem 0 0 0;
    padding-left:.4rem;
    font-size: 1.1rem;
    color: #fff;
}
.contacts-list li {
    padding: 0 0 10px 15px;
}
.contacts-icons {
    display: inline-block;
    margin-right: .75rem;
    vertical-align:middle;
}
.pdng {
    display: block;
    margin: 0 0 0 37px;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem 1.5rem 1rem;
}
.sm3{
    font-size:80%;
}
.phone{
    background: transparent url("../images/icons/phone.png") no-repeat;
    padding: 0 1rem 1.6rem 1rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem 1.6rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem 2rem 1rem;
}
.clock{
    background: transparent url("../images/icons/clock.png") no-repeat;
    padding: .25rem 1rem 1.5rem 1rem;
}
@media only screen and (max-width: 1024px){
    #footer h2 {
        margin: 0 0 2.5rem 3.5rem;
    }
    #footer .heading::before {
        left: -4%;
        top: -41.5%;
    }
    .contact-info{
        padding: 0;
        width: 86%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 2.5rem;
        content: "";
        display: block;
    }
    #footer h2 {
        margin: 0 0 2.5rem 1.5rem;
    }
    #footer .heading::before {
        left: -2%;
        top: -79.5%;
    }
    .contacts-list {
        margin: 1.25rem 0 1rem 0;
        font-size: 1rem;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .map-responsive {
        padding-bottom: 50%;
    }
    .map-responsive iframe {
        top: 19px;
        left: 7px;
        width: 91%;
        height: 87%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat 35%;
        background-size: cover;
    }
    #footer h2 {
        margin: 0 0 2.5rem 1.5rem;
    }
    #footer .heading::before {
        left: -4%;
        top: -68.5%;
    }
    .contacts-list {
        margin: 1.25rem 0 0 0;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list li {
        padding: 5px 0;
        font-size: 88%;
    }
    .contacts-list li.sub-heading3 {
        font-size: 20px;
    }
    .map-responsive {
        padding-bottom: 50%;
    }
    .map-responsive iframe {
        top: 19px;
        left: 7px;
        width: 91%;
        height: 87%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat left;
        background-size: cover;
    }
    #footer h2 {
        margin: 0 0 2.5rem 1.5rem;
    }
    #footer .heading::before {
        left: -5%;
        top: -77.5%;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list {
        margin: 2rem 0 1rem 0;
    }
    .contacts-list li {
        padding: 0 0 5px 0;
    }
    .sub-heading3 {
        font-size: 22px;
    }
    .map-responsive iframe {
        top: 3px;
        left: 15px;
        width: 91%;
        height: 87%;
    }

}
@media (max-width: 348px){
    #footer::before {
        height: 2.5rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat left;
        background-size: cover;
    }
    #footer h2 {
        margin: 0 0 2.5rem 1.5rem;
    }
    #footer .heading::before {
        left: -7%;
        top: -78.5%;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list {
        margin: 2rem 0 0 0;
    }
    .contacts-list li {
        padding: 0 0 5px 0;
        font-size: 88%;
    }
    .sub-heading3 {
        font-size: 18px;
    }
    .map-responsive iframe {
        top: 3px;
        left: 15px;
        width: 91%;
        height: 87%;
    }

}
/*Copyright Block styles*/
#copyright::before,
#copyright::after{
    height: 0;
    content: "";
    display: block;
}
.copyright {
    margin: 0;
    text-align: center;
    font-size: 80%;
    padding: .75rem 1.5rem;
    border-top: 1px solid rgb(236,209,167);
    color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
    .copyright {
        font-size: 70%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .copyright {
        font-size: 64%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .copyright {
        font-size: 70%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}
@media (max-width: 348px){
    .copyright {
        font-size: 63%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}