/* 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*/
#collapsingNavbar .main-menu {
    margin: 0 0 .5rem 0;
}
#collapsingNavbar .menu-contact {
    margin-top: 0;
}
#collapsingNavbar .menu-contact .nav-link{
    padding: 0.35rem .5rem;
    font-size: 16px;
    font-weight: 500;
    color: rgba(104,104,104, 1);
}
.navbar-dark #collapsingNavbar .navbar-nav.menu-contact .nav-link:hover,
.navbar-dark #collapsingNavbar .navbar-nav.menu-contact .nav-link:focus {
    background: transparent;
    color: rgba(0,89,166,1);}
}
.navbar-dark #collapsingNavbar .navbar-nav.menu-contact  .show > .nav-link,
.navbar-dark #collapsingNavbar .navbar-nav.menu-contact  .active > .nav-link,
.navbar-dark #collapsingNavbar .navbar-nav.menu-contact  .nav-link.show,
.navbar-dark #collapsingNavbar .navbar-nav.menu-contact  .nav-link.active {
    background: transparent;
    color: rgba(0,89,166,1);}
.menu-contact .nav-item .spr {
    position: relative;
    top: 8px;
    color: rgba(105,107,111, 1);
}
#home {
    background: transparent url("../images/header-img-rus.jpg") no-repeat center;
    background-size: cover;
}
#home.eng {
    background: transparent url("../images/header-img-eng.jpg") no-repeat center;
    background-size: cover;
}
#home::before{
    height: 8rem;
    content: "";
    display:block;
}
#home::after {
    height: 12rem;
    content: "";
    display:block;
}
.text-block {
    padding: 15% 12% 0 10%;
    width: 100%;
}
.text-block h1 {
    display: block;
    margin: 0 0 0 0;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1;
    color:#fff;
}
.text-block.eng h1 {
    font-size: 3.5rem;
}
.text-block .subheading {
    margin: 0.25rem 0 0 0;
    position:relative;
    text-align:right;
    font-size: 2.35rem;
    font-weight: 700;
    color:#fff;
    z-index:5;
}
.text-block.eng .subheading {
    font-size: 2rem;
}
.text-block .subheading::after{
    content:'';
    display:block;
    position:absolute;
    bottom:-6px;
    left: 208px;
    background: #d32e2e;
    width: 475px;
    height: 60px;
    -ms-transform: skewX(-45deg); /* IE 9 */
    transform: skewX(-45deg);
    z-index:-1;
}
.text-block.eng .subheading::after{
    bottom: -5px;
    left: 196px;
    width: 475px;
    height: 50px;
}
@media only screen and (max-width: 1024px) {
    .navbar-brand img{
        width: 90%;
    }
    #collapsingNavbar .menu-contact .nav-link {
        font-size: 14px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    #home::before{
        height: 6rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 7rem;
        content: "";
        display:block;
    }
    .text-block h1 {
        font-size: 2.25rem;
    }
    .text-block .subheading {
        font-size: 2rem;
    }
    .text-block .subheading::after {
        bottom: -6px;
        left: 128px;
        width: 350px;
        height: 54px;
    }
    .text-block.eng .subheading::after {
        bottom: -6px;
        left: 28px;
        width: 450px;
        height: 54px;
    }
}
@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{
        height: 4rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 5rem;
        content: "";
        display:block;
    }
    .text-block h1 {
        font-size: 1.85rem;
    }
    .text-block .subheading {
        font-size: 1.65rem;
    }
    .text-block .subheading::after {
        bottom: -5px;
        left: 59px;
        width: 300px;
        height: 45px;
    }
    .text-block.eng h1 {
        font-size: 2rem;
    }
    .text-block.eng .subheading {
        font-size: 1.25rem;
    }
    .text-block.eng .subheading::after {
        bottom: -5px;
        left: 59px;
        width: 300px;
        height: 35px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-brand img {
        width: 90%;
        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{
        height: 3rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 4rem;
        content: "";
        display:block;
    }
    #home {
        background: transparent url("../images/header-img-rus.jpg") no-repeat left;
        background-size: cover;
    }
    #home.eng {
        background: transparent url("../images/header-img-eng.jpg") no-repeat left;
        background-size: cover;
    }
    .text-block {
        padding: 15% 0 0 10%;
    }
    .text-block h1 {
        font-size: 1.25rem;
    }
    .text-block .subheading {
        font-size: 1rem;
    }
    .text-block .subheading::after {
        bottom: -3px;
        left: 59px;
        width: 227px;
        height: 27px;
    }
    .text-block.eng {
        padding: 15% 0 0 10%;
    }
    .text-block.eng h1 {
        font-size: 1.5rem;
    }
    .text-block.eng .subheading {
        font-size: 86%;
    }
    .text-block.eng .subheading::after {
        bottom: -3px;
        left: 59px;
        width: 227px;
        height: 27px;
    }
}
@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{
        height: 3rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 4rem;
        content: "";
        display:block;
    }
    #home {
        background: transparent url("../images/header-img-rus.jpg") no-repeat left;
        background-size: cover;
    }
    #home.eng {
        background: transparent url("../images/header-img-eng.jpg") no-repeat left;
        background-size: cover;
    }
    .text-block {
        padding: 15% 35% 0 10%;
    }
    .text-block h1 {
        font-size: 1.25rem;
    }
    .text-block .subheading {
        font-size: 1rem;
    }
    .text-block .subheading::after {
        bottom: -3px;
        left: 57px;
        width: 211px;
        height: 27px;
    }
    .text-block.eng h1 {
        font-size: 1.5rem;
    }
    .text-block.eng .subheading {
        font-size: 85%;
    }
    .text-block.eng .subheading::after {
        bottom: -3px;
        left: 57px;
        width: 218px;
        height: 27px;
    }
}
@media only screen and (max-width: 375px) {
    .navbar-toggler {
        right: 1rem;
        top: 0;
    }
    .text-block {
        padding: 15% 20% 0 10%;
    }
    .text-block.eng h1 {
        font-size: 1.25rem;
    }
    .text-block.eng .subheading {
        font-size: 80%;
    }
    .text-block.eng .subheading::after {
        bottom: -7px;
        left: 58px;
        width: 200px;
        height: 27px;
    }
}
@media (max-width: 348px){
    .navbar-brand img {
        width: 76%;
        height: auto;
        margin: 0 0 .5rem 1rem;
    }
    .navbar-toggler {
        right: 1rem;
        top: 0;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.5rem;
        padding-top: .25rem;
    }
    #home::before{
        height: 2rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 3rem;
        content: "";
        display:block;
    }
    #home {
        background: transparent url("../images/header-img-rus.jpg") no-repeat left;
        background-size: cover;
    }
    #home.eng {
        background: transparent url("../images/header-img-eng.jpg") no-repeat left;
        background-size: cover;
    }
    .text-block {
        padding: 15% 24% 0 0;
    }
    .text-block h1 {
        font-size: 1.25rem;
    }
    .text-block .subheading {
        font-size: 1rem;
    }
    .text-block .subheading::after {
        bottom: -3px;
        left: 43px;
        width: 200px;
        height: 27px;
    }
    .text-block.eng h1 {
        font-size: 1.25rem;
    }
    .text-block.eng .subheading {
        font-size: 80%;
    }
    .text-block.eng .subheading::after {
        bottom: -3px;
        left: 43px;
        width: 200px;
        height: 27px;
    }
}
/*Reasons Block styles*/
#reasons::before{
    height: 1rem;
    content: "";
    display: block;
}
#reasons::after{
    height: 1rem;
    content: "";
    display: block;
}
#reasons{
    background: rgba(211,217,221,.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: 15px;
    color: #022848;
}
#reasons .bdr {
    border-right: 1px solid rgba(149,159,164,.36);
}
@media only screen and (max-width: 1024px) {
    .img-reason {
        margin: 0 .25rem 0 0;
        width: 50px;
        height: 50px;
    }
    .reason-title {
        font-size: 75%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .img-reason, .reason-title {
        display: block;
        float: none;
    }
    .img-reason {
        margin: 0 auto;
        width: 65px;
        height: 65px;
    }
    .reason-title {
        margin: 5px auto;
        text-align: center;
        font-size: 80%;
        line-height: 1.25;
    }
}
@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: 0 auto;
        text-align: center;
        font-size: 70%;
        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: 83%;
        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: 0 auto;
        text-align: center;
        font-size: 67%;
        line-height: 1.25;
    }
}
/*About Block styles*/
#about::before{
    height: 4rem;
    content: "";
    display: block;
}
#about::after{
    height: 5rem;
    content: "";
    display: block;
}
h2.heading {
    margin: 0 0 1em 0;
    padding: 0 0 0.5em 0;
}
h2.heading.eng{
    font-size: 2.35rem;
}
h2.heading::after{
    content: '';
    display: block;
    margin: 10px 0 0 0;
    background: #d32e2e;
    width: 190px;
    height: 1px;
}
.img-about {
    display: block;
    margin: 0 auto;
    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: 3rem;
        content: "";
        display: block;
    }
    h2.heading {
        margin: 0 0 .5em 0;
    }
    h2.heading::after {
        width: 135px;
    }
    #about p {
        padding: 0;
        font-size:95%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 4rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    h2.heading {
        margin: 0 0 .5em 0;
    }
    #about p {
        padding: 0;
        font-size:95%;
    }
    .img-about {
        margin: 2% 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;
    }
    h2.heading {
        margin: 0 0 .5em 0;
    }
    #about p {
        padding: 0;
        font-size:95%;
    }
    .img-about {
        margin: 2% auto;
        max-width: 95%;
    }
}
@media only screen and (max-width: 375px) {
    h2.heading, h2.heading.eng {
        margin: 0 0 .5em 0;
        font-size: 1.85rem;
    }
    h2.heading::after {
        width: 115px;
    }
    #about p {
        padding: 0;
        font-size:90%;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    h2.heading, h2.heading.eng {
        font-size: 1.65rem;
    }
    #about p {
        padding: 0;
        font-size: 90%;
    }
}
/*Divider Block styles*/
#divider::before,
#divider::after,
#divider2::before,
#divider2::after,
#divider3::before,
#divider3::after{
    height: 0;
    content: "";
    display: block;
}
.divider .lines{
    display: block;
    background: #267bc5;
    padding: 1px 0 0 0;
    width: 45%;
    margin: 1rem auto;
}
.divider .div-icon{
    background: #fff url("../images/mark.png") no-repeat center;
    background-size:contain;
    display: block;
    position: relative;
    width: 118px;
    height: 67px;
    margin: -3rem auto;
    padding: 0 2.35rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .divider .div-icon{
        top: 0;
        left: 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .divider .div-icon{
        top: 0.05rem;
        left: 0;
        width: 100px;
        height: 60px;
        padding: 0 2rem;
    }
    .divider .lines {
        width: 55%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .divider .div-icon{
        top: 0.05rem;
        left: 0;
        width: 70px;
        height: 50px;
        padding: 0 2rem;
    }
    .divider .lines {
        width: 45%;
    }
}
@media (max-width: 348px){
    .divider .div-icon{
        top: 0.05rem;
        left: 0;
        width: 70px;
        height: 50px;
        padding: 0 2rem;
    }
    .divider .lines {
        width: 45%;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 6.5rem;
    content: "";
    display: block;
}
.usluga-title{
    width:85%;
    margin:.5em 0 0 0;
    border-bottom: 1px solid rgba(149,159,164,.50);
}
.usluga-title .img-icon{
    display:inline-block;
    margin: 0 10px 0 0;
    width: 65px;
    height: auto;
}
.usluga-title .heading{
    display:inline-block;
    font-size: 1.5rem;
    color:#0059a6;
}
.service-list {
    list-style: none;
    text-align: justify;
    width: 78%;
    padding-left: 3.5rem;
    margin: 2rem 0;
}
.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: "\25FC";
    color: #d32e2e;
    display: inline-block;
    font-size: 1.3em;
    width: 1.35em;
    margin-left: .25em;
    margin-right: -2rem;
    transform: translate(-35px, 4px);
}
.service-list .level-2 li::before{
    color: #267bc5;
    font-size: 1.1em;
    width: 1.5em;
    margin-left: .25em;
    margin-right: -2rem;
    transform: translate(-35px, 2px);
}

@media only screen and (max-width: 1024px) {
    .usluga-title {
        width: 90%;
    }
    .service-list {
        text-align: justify;
        width: 85%;
    }
    .usluga-title .heading {
        font-size: 1.15rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #services::before {
        height: 3rem;
    }
    #services::after {
        height: 3rem;
    }
    #services p, .service-list{
        font-size:95%;
    }
    .service-list {
        padding-left: 2.5rem;
        width: 88%;
    }
    .usluga-title .heading {
        font-size: .85rem;
    }
    .usluga-title {
        width: 100%;
    }
    .usluga-title .img-icon {
        margin: 0 0 0 0;
        width: 46px;
        height: auto;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services p, .service-list{
        font-size:95%;
    }
    .service-list {
        padding-left: 3rem;
    }
    .service-list li {
        padding: 0 0 7px 0;
    }
    .usluga-title .heading {
        font-size: 1.35rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before {
        height: 2rem;
    }
    #services::after {
        height: 2rem;
    }
    .service-list {
        padding-left: 3rem;
        width: 85%;
    }
    .service-list li {
        padding: 0 0 7px 0;
    }
    .service-list li::before {
        margin-right: -2rem;
        transform: translateX(-28px);
    }
    .usluga-title {
        width: 100%;
    }
    .usluga-title .heading {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 375px) {
    #services p, .service-list{
        font-size:90%;
    }
    .usluga-title .img-icon {
        margin: 0;
        width: 48px;
    }
    .service-list {
        padding-left: 2rem;
        width: 92%;
    }
}
@media (max-width: 348px){
    #services::before {
        height: 2.5rem;
    }
    #services::after {
        height: 2rem;
    }
    .service-list {
        padding-left: 1.5rem;
        text-align: left;
        width: 100%;
    }
    .service-list li {
        padding: 0 0 7px 0;
    }
    .service-list li::before {
        margin-right: -1.5rem;
        transform: translateX(-28px);
    }
    .usluga-title {
        width: 100%;
    }
    .usluga-title .heading {
        font-size:80%;
    }
}

/*Goods Block styles*/
#goods::before {
    height: 5rem;
    content: "";
    display: block;
}
#goods::after {
    height: 4.5rem;
    content: "";
    display: block;
}
#goods p {
    padding: 0 2.5rem 0 1rem;
}
#goods .service-list.level-1{
    font-size:18px;
    font-weight:700;
}
#goods .service-list.level-1 .level-2{
    font-size:16px;
    font-weight:500;
}
#goods .service-list.level-1 li::before {
    transform: translate(-35px, 2px);
}
@media only screen and (max-width: 1024px){
    #goods p {
        padding: 0 1.5rem 0 1rem;
    }
    #goods  .service-list.level-1 {
        width: 93%;
        text-align: left;
    }
    #goods  .service-list.level-1 .level-2{
        text-align:justify;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #goods p, #goods  .service-list.level-1,
    #goods  .service-list.level-1 .level-2{
        font-size:95%;
    }
    #goods p {
        padding: 0 1rem 0 1.5rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #goods p {
        padding: 0 1rem 0 0.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #goods p, #goods  .service-list.level-1,
    #goods  .service-list.level-1 .level-2{
        font-size:95%;
    }
    #goods p {
        padding: 0;
    }
}
@media only screen and (max-width: 375px) {
    #goods p, #goods  .service-list.level-1,
    #goods  .service-list.level-1 .level-2{
        font-size:90%;
    }
}
@media (max-width: 348px){
    #goods p {
        padding: 0;
    }
    #goods .service-list.level-1 {
        width: 95%;
    }

}
/*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: 1px solid rgba(149,159,164,.50);
    -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 rgba(149,159,164,.50);
    -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: #d32e2e;
    border: 2px solid #d32e2e;
    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: #fff;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #0059a6;
    color: #0059a6;
}
#scrollToTopBtn:active {
    background-color: #fff;
    border: 2px solid #0059a6;
    color: #0059a6;
}
#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.heading{
    color:#fff;
}
.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;
    width: 90%;
}
.sub-heading3 {
    margin: .5rem 0 1rem 0;
    border-bottom: 1px solid rgba(205,194,211,.49);
}
.contacts-list {
    list-style: none;
    margin: 0.5em 0 0 0;
    padding-left:.4rem;
    font-size: 1rem;
    font-weight:400;
    color: #fff;
}
.contacts-list li {
    padding: 0 0 5px 15px;
}
.contacts-list li a,
.copyright a{
   color: #c7f4ff;
}
.contacts-list li a:hover,
.copyright a:hover{
    text-decoration:underline;
}
.contacts-icons {
    display: inline-block;
    margin-right: .75rem;
    vertical-align:middle;
}
.pdng {
    display: block;
    margin: 0 0 0 45px;
}
.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 1.35rem 1rem;
}
.clock{
    background: transparent url("../images/icons/clock.png") no-repeat;
    padding: .25rem 1rem 1.5rem 1rem;
}
@media only screen and (max-width: 1024px){
    .contacts-list {
        margin: 0.5em 0 1.5em 0;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 2.5rem;
        content: "";
        display: block;
    }

    .contacts-list {
        margin: 1.25rem 0 1rem 0;
        font-size: 95%;
    }
    .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;
    }

    .contacts-list {
        margin: 1.25rem 0 0 0;
    }
    .contact-info{
        padding: 0 0 2em 0;
        width: 100%;
    }
    .contacts-list li {
        padding: 2px 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;
    }

    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list {
        margin: 0 0 1rem 0;
        padding-left: 2.4rem;
    }
    .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 only screen and (max-width: 375px) {
    .contacts-list {
        margin: 0 0 1rem 0;
        padding-left: 0.4rem;
    }
}
@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;
    }

    .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%;
    font-weight:400;
    padding: .75rem 1.5rem;
    border-top: 1px solid rgb(255,255,255);
    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;
    }
}